

#container {
	/*width:580px; */
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#products_example {
	width:600px;
	height:282px;
	position:relative;
}

/*
	Slideshow
*/

#products {

}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width:228px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#products .slides_container a {
	width:366px;
	height:274px;
	display:block;
}

/*
	Next/prev buttons
*/

#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("http://www.arkscg.com/proxy.php?url=https%3A%2F%2Fwww.oreidosisqueiros.com.br%2Ffw-content%2Fcss%2F..%2Fimg%2Farrow-prev.png");
}

#products .next {
	left:398px;
	background:url("http://www.arkscg.com/proxy.php?url=https%3A%2F%2Fwww.oreidosisqueiros.com.br%2Ffw-content%2Fcss%2F..%2Fimg%2Farrow-next.png");
}

/*
	Pagination
*/

#products .pagination {
	/*background:#dfdfdf;*/
	width: 246px;
	margin-left: -6px;
	padding:5px 0;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;
	margin: 2px 7px;
	width:46px;
	height:48px;
	list-style:none;
}

#products .pagination li img{
	width:46px;
	height:48px;
	border:1px solid #cacaca;
}

#products .pagination li a {
	display:block;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

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

#products .slides_container img{
	width: 228px;
	height: 274px;
}


