








#products {

	float:left;
	width:99.3%!important;
}



#products .slides_container {
	overflow:hidden;
	float:left;
	position:relative;
	width:100%;
	
}



.slides_container a {
	width:100%;
	height:274px;
	display:block;
}


#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.html);
}

#products .next {
	left:398px;
	background:url(../img/arrow-next.html);
}

/*
	Pagination
*/

#products .pagination {
	background: none repeat scroll 0 0 #DFDFDF;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 5px 5px 5px 63px;
    width: 91.3%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

#products .pagination li a {
	display:block;
	width:55px;
	height:50px;
	margin:1px;
	float:left;
	cursor:pointer;
	background:#f9f9f9;
}

#products .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}



/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
	cursor:auto;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}