

#containerNav {
	width: 580px;
	padding: 10px;
	position: relative;
	z-index: 0;
	clear: both;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#products_example {
	width: 600px;
	height: 282px;
	position: relative;
	margin-left: 12px;
}

/*
	Slideshow
*/



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

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

/*
	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: 580px;
	height: 274px;
	display: block;
	text-align: center;
}

/*
	Next/prev buttons
*/

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

#products .prev {
	left:-30px;
	background:url(../img/arrow-prev.png);
}

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

/*
	Pagination
*/

#products .pagination {
	background: #dfdfdf;
	width: 570px;
	padding: 5px;
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
}

#products .pagination li {
	float: left;
	list-style: none;
	clear: none;
	width: 50px;
	padding: 0 5px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}

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

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