/* 
	Resets defualt browser settings
	reset.css
*/
ol,ul { list-style:none; }

#container {
	background-color:#c8c8c8;
	width:419px;
	padding:0px;
	margin:0px 10px 10px 0px;
	position:relative;
	z-index:0;
	height:445px;
	float:left;
}

#products_example {
	background-color:#ffffff;
	width:419px;
	height:364px;
	position:relative;
}

#products {
	margin-left:26px;
}

#products .next,#products .prev {
	position:absolute;
/*	top:162px;*/
	bottom:-50px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#products .prev {
	background:url(../img/arrow-prev.png);
	margin-left:5px;
}

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

#products .slides_container {
	width:366px;
	height:368px;
	overflow:hidden;
	float:left;
	position:relative;
	border:0px solid #dfdfdf;
}

#products .pagination {
/*
	background:#dfdfdf;
	width:130px;
	padding:5px 5px;
	float:left;
	margin:0px 0px 0px 30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
*/
	width:368px;
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
	max-height:72px;
}

#products .pagination li {
	float:left;
	margin:2px 2px;


	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

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

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