#products .slides_container {
	width:630px;
	overflow:hidden;
	float:left;
	position:relative;
	border-bottom:2px solid #D58832;
	display:none;
	margin-left: 50px;
}

.slides_container a {
	width:630px;
	height:371px;
	display:block;
}

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

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

#products .next {
	margin-left: 710px;
	background:url(../img/arrow-next.png);
}

#products .pagination {
	background:#dfdfdf;
	width:180px;
	padding:5px 5px;
	float:left;
	margin-left:77px;
}

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

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

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