

#container {
	width:300px;
	height:380px;
}

#products_example {
	width:300px;
	height:300px;
	position:relative;
}



#products {
	/* margin-left:26px; */
}



#products .slides_container {
	width:300px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}



.slides_container a {
	width:300px;
	height:300px;
	display:block;
}








#products .pagination {

	width:300px;
	padding:0px;
	float:left;
	margin:0px;
	

}

#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
		padding:0px;
}

#products .pagination li a {
	display:block;
	width:50px;
	height:50px;
	margin:0px;
	float:left;
	background:#f9f9f9;
	border:1px solid #cecece;
}

#products .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}