#container {
	width:445px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#products_example {
	width:450px;	
	/*height:282px;*/
	height:242px;
	position:relative;
}

#products {
	margin-left:0px;
}

#products .slides_container {
	width:300px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
}

.slides_container a {
	width:300px;
	height:225px;
	
	display:block;
}

#products .next,#products .prev {
	position:absolute;
	top:226px;
	left:0;
	width:21px;	
	height:0;
	padding-top:21px;
	overflow:hidden;	
	display:block;
	z-index:101;
}

#products .prev {
	background:url(../../img/Bitabi/arrow-prev.png);
	background-repeat:no-repeat;
}

#products .next {
	left:25px;
	background:url(../../img/Bitabi/arrow-next.png);
	background-repeat:no-repeat;
}

/*
	Pagination
*/

#products .pagination {
	background:#dfdfdf;
	width:130px;
	padding:1px 1px;
	float:left;
	margin-left:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

#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;
}


