#products_example {
	width:572px;
	position:relative;
}
#products {
	margin:0;
}

#products .slides_container {
	width:572px;
	overflow:hidden;
	position:relative;
	background:#f0f0f0;
	border:1px solid #dfdfdf;
	display:none;
}

.slides_container a {
	width:572px;
	display:block;
}

.capt {
	z-index:500;
	left:0;
	background:#000;
	background:rgba(0,0,0,.5);
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

#products .next,#products .prev {
	position:absolute;
	top:127px;
	left:0;
	width:45px;
	height:0;
	padding-top:60px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../../style/galleries/arrow-prev.png) no-repeat left center;
}

#products .next {
	left:529px;
	background:url(../../style/galleries/arrow-next.png) no-repeat right center;
}

#products .pagin {
	background:#ebebeb;
	width:562px;
	padding:5px 5px;
	float:left;
	margin-top:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagin li {
	float:left;
	margin:2px 5px;
	list-style:none;
}

#products .pagin li a {
	display:block;
	width:100px;
	height:100px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

#products .pagin li.current a {
	border:1px solid #000;
	margin:0;
}
