#container {
	width:220px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}
#products_example {
	width:220px;
	height:165px;
	position:relative;
}
#products {
	margin-left:0px;
}
#products .slides_container {
	width:220px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #F90;
	display:none;
}
.slides_container a {
	width:220px;
	height:165px;
	display:block;
}
#products .pagination {
	background:#dfdfdf;
	width:190px;
	padding:5px 5px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#products .pagination li {
	float:left;
	margin:4px 4px;
	list-style:none;
}
#products .pagination li a {
	display:block;
	width: 52px;
	height: 40px;
	margin:0px;
	float:left;
	background:#f9f9f9;
	overflow: hidden;
	border:1px solid #7f7f7f;
}
#products .pagination li.current a {
	border:1px solid #F90;
}