#products_example {
	width:640px;
	height:427px;
	position:relative;
}
#products {
	margin-left:26px;
}
#products .slides_container {
	width:640px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}
.slides_container a {
	width:640px;
	height:427px;
	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(images/slide/arrow-prev.png);
	left:50px;
}

#products .next {
	left:610px;
	background:url(images/slide/arrow-next.png);
}
#products .pagination {
	/*background:#dfdfdf;*/
	CLEAR:BOTH;
	width:660px;
	padding:5px 5px;
	float:left;
	/*margin-left:30px;*/
	border-radius:5px;
	-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;
	overflow:hidden;
	/*height:41px;*/
	margin:3px;
	float:left;
	background:#f9f9f9;
	border:1px solid transparent;
}
#products .pagination li.current a {
	border-bottom:1px solid red;
/*	margin:0;*/
}