
#container {
	width:720px;
	position:relative;
	left:-30px;
	z-index:0;
	margin-bottom:30px;
}

#products_example {
	width:720px;
	height:307px;
	position:relative;
}

/*
	Slideshow
*/

#products {
	/*margin-left:26px; */
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:720px;
	overflow:hidden;
	float:left;
	position:relative;
	/* border:1px solid #dfdfdf; */
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:720px;
	height:307px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .next,#products .prev {
	position:relative;
	top:-85px;
	left:20px;
	width:24px;
	height:0;
	display:block;
	z-index:101;
}

#products .prev {
	
}

#products .next {
	left:134px;
	
}

/*
	Pagination
*/

#products .pagination {
	position:relative;
	top:-73px;
	left:63px;
	z-index:999;
}

#products .pagination li {
	float:left;
	margin:0 7px 0 0 ;
	list-style:none;
	position:relative;
	z-index:999;
}

#products .pagination li a {
	position:relative;
	z-index:999;
	background: none repeat scroll 0 0 transparent;
    border: 2px solid white;
    cursor: pointer;
    height: 13px;
    margin-right: 2px;
    width: 12px;
	border-radius: 1000px 1000px 1000px 1000px;
    display: block;
    float: left;
}

#products .pagination li.current a {
	background-color:#ffffff;
}

.slides_content{
	width:720px;
	height:307px;
}

.slides_text{
	width:481px;
	height:87px;
	background-color:rgb(203,36,88);
	background: rgba(203,36,88, 0.9);
	position:relative;
	top:-108px;
	padding-left:175px;
	padding-top:16px;
	padding-right:10px;
	z-index:990;
	font-family: "Helvetica",​Helvetica,​Arial,​sans-serif;
	font-size:16px;
	color:#fff;
}

a.slide_title {
	font-family: "Helvetica",​Helvetica,​Arial,​sans-serif;
	font-size:24px;
	color:#FFF;
	font-weight:400;
}

.slides_text a{
	display:inline;
}