

#products_example {
	width:600px;
	
	position:relative;
	margin:0 auto;padding-bottom:40px;
	
}

/*
	Slideshow
*/

#products {
	margin-left:0px;
}

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

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

/*
	Next/prev buttons
*/


/*
	Pagination
*/

#products .pagination {
	
	width:570px;
	padding:3px 5px;
	float:left;
	margin-top:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;

	list-style:none;
}

#products .pagination li a {
	display:block;
	width:85px;
	height:55px;
margin:2px;padding:2px ;
	float:left;
	background:#FFF;
}

/*#products .pagination li.current a {
	border:1px solid #0CF;
	margin:0;
}*/

