
#container {
	width:950px;
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:auto;
}

#products_example {
	width:948px;
	position:relative;
	overflow:auto;
	
}

/*
	Slideshow
*/

#products {
	margin-left:26px;
}

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

#products .slides_container {
	width:600px;
	overflow:hidden;
	float:left;
	position:relative;
	display:none;
	text-align:center;
}

/*
	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
*/

.slides_container a {
	width:600px;
	height:700px;
	display:block;
}

.slides_container a img{
	max-width:600px;
	max-height:600px;
	border-radius:5px;
}

/*
	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(images/arrow-prev.png);
}

#products .next {
	left:632px;
	background:url(images/arrow-next.png);
}

/*
	Pagination
*/

#products .pagination {
	border:1px solid #ededed;
	width:265px;
	height:350px;
	padding:20px 5px;
	float:left;
	margin:0 0 0 40px;
	border-radius:5px;
	overflow:auto;
}


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

#products .pagination li a {
	display:block;
	width:55px;
	height:41px;
	float:left;
}

#products .pagination li a img{
	max-width:55px;
	max-height:41px;
}

#products .pagination li.current a {
	margin:0;
}
