

ol,ul { list-style:none; }



#products {

display:block
}



#products .slides_container {
	width:100%;
	height:600px;
	overflow:hidden;
	position:relative;
	border:1px solid #dfdfdf;
}

#products .slides_container img {
	width:auto;
max-width:1500px;	
}


#products .pagination {
	background:#dfdfdf;
	width:100%;
	margin:0;
	padding:5px 5px;}

#products .pagination li {
float:left;
display:inline-block;
	margin:5px 5px;
	padding:0;
}

#products .pagination li a {
	display:inline-block;
	width:75px;
	height:65px;
	margin:1px;
	padding:0;
	background:#f9f9f9;
		border:1px solid #fff;
}

#products .pagination li a img {

	width:55px;	
}

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

