

ol,ul { list-style:none; }



#products {
width:100%;
max-width:400px;
float:left;
display:block

}

#options {
width:50%;
float:left;
display:block;
padding:0px 20px;
}

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

#products .slides_container img {
text-align:center;
margin:0 auto;

width:100%;
max-width:380px;

}


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

#products .pagination li {
width:68px;
height:58px;
display:inline-block;
margin:5px;
padding:0;
overflow:hidden;
background:#fff;

}

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

#products .pagination li a img {
width:66px;
height:56px;
padding:0;
margin:0;
	
}

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

