/* 
	Resets defualt browser settings
	reset.css
*/


ol,ul { list-style:none; }

#container {
	width:700px;
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 470px;
}

#products_example {
	width:700px;
	height:440px;
	position:relative;
	padding-top: 20px;
}

#products {
	margin-left:16px;
}
#products_example #products .pagination img {
	height: 80px;
	width: 132px;
	padding-top: 14px;
	padding-left: 5px;
}
#products .prev {
	position:absolute;
	padding-top:21px;
	top:127px;
	height: 102px;
	width: 39px;
	overflow:hidden;
	display:block;
	z-index:101;
	float: left;
	left: 0px;
}

#products .next {
	position:absolute;
	left:624px;
	top:127px;
		height: 102px;
	width: 39px;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#products .prev a{
	background:url(../img/arrow-prev.gif);
	height: 102px;
	width: 39px;
	text-indent: -9999px;
	display: block;
}
#products .prev a:hover{
	background:url(../img/arrow-prev1.gif);
	height: 102px;
	width: 39px;
	text-indent: -9999px;
	display: block;
}
#products .next a:hover {

	background:url(../img/arrow-next1.gif);
	height: 102px;
	width: 39px;
	text-indent: -9999px;
	display: block;
	
}

#products .next a {

	background:url(../img/arrow-next.gif);
	height: 102px;
	width: 39px;
	text-indent: -9999px;
	display: block;
	
}

#products .slides_container {
	width:550px;
	height:320px;
	overflow:hidden;
	
	position:relative;
	/*border:1px solid #dfdfdf;*/
	margin-left:55px;
	
}

#products .pagination {
	width:643px;
	float:left;
	border-radius:5px;



	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	
}

#products .pagination li {
	float:left;
	height: 100px;
	width: 152px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
}

#products .pagination li a {
	display:block;
	width:142px;
	height:100px;
	margin:1px;
	float:left;
}

#products .pagination li.current a {

	width:142px;
	height:100px;
	margin:0;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	background-image:url(../img/251.gif);
	 
}
