

#container {
	width:780px;
     	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#products_example {
	width:520px;
        height:550px;
	position:relative;
}

#products {
	margin-left:26px;
}

#products .slides_container {
	width:503px;
	overflow:hidden;
	float:left;
	position:relative;
	border:0px solid #dfdfdf;
	display:none;
}

.slides_container a {
	width:503px;
	height:375px;
	display:block;
        color:#FFF;
	text-decoration:none;
}


#products .next,#products .prev {
	position:absolute;
	top:187px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(/images/arrow-prev.png);
}

#products .next {
	left:532px;
	background:url(/images/arrow-next.png);
}

#products .pagination {
	background:#dfdfdf;
	width:490px;
	padding:2px 2px;
	float:left;
	margin-left:2px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;
	margin:2px 2px;
	list-style:none;
}

#products .pagination li a {
	display:block;
	width:55px;
	height:41px;
	margin:1px;
	float:left;
	background:#f9f9f9;
        color:#FFF;
}

#products .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}

