
#products {
margin-left: 26px;
min-width: 930px;
}

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#products .prev {
	background:url(../img/arrow-prev.png);
}

#products .next {
	left:398px;
	background:url(../img/arrow-next.png);
}

#products .slides_container {
	width: 800px;
	height: 800px;
	overflow: hidden;
	float: left;
	position: relative;
}

#products .pagination {
	width: 130px;
	float: left;
	margin-top: 30px;
}

#products .pagination li {
	float:left;
	margin:2px 4px;
}

#products .pagination li a {
	display: block;
	width: 100px;
	height: 100px;
	margin: 1px;
	float: left;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


#products .pagination li a:hover {
	opacity: 1;
	filter: alpha(opacity=1);
}

#products .pagination li.current a {
	opacity: 1;
	filter: alpha(opacity=1);
}
