/* 
	Resets defualt browser settings
	reset.css
*/


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

#products_example {
	margin-top: 15px;
	position:relative;
}

#products {
	margin-left:26px;
}

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

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

#products .slides_container {
	overflow:hidden;
	/*float:left;*/
	position:relative;
	
}

#products .pagination1 {
width:500px;
padding:5px 5px;
margin-left:0px;
margin-top:10px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
overflow:hidden;
list-style-type:none;
}

#products .pagination1 li {
float:left;
list-style-type:none;
background-image: none;
}

#products .pagination1 li a {
background:#f9f9f9;
}

#products .pagination1 li.current a {

}


#footer {
	clear:both;
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}
