

ol,ul { list-style:none; }

#container {
	width:512px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#products_example {
	width:600px;
	height:282px;
	position:relative;
}

#products {
	width:100%;
	height:100%;
}



#products .next,#products .prev {
	position:absolute;
	top:50%;
	left:0;
	width:42px;
	height:0;
	padding-top:42px;
	overflow:hidden;
	display:block;
	z-index:101;
}
#products .prev {
	display: none;
	top:50%;
	left:5px;
	background:url(../image/arrow-prev.png);
}

#products .next {
	top:50%;
	left:465px;
	background:url(../image/arrow-next.png);
}

#products .slides_container {
	width:100%;
	height:100%;
	overflow:hidden;
	float:left;
	position:relative;
	background-color:black;
}

#products .pagination {
	background:#dfdfdf;
	width:100%;
	padding:5px 5px;
	float:left;
	margin-left:30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;
	margin:2px 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;
}

#products .slides_container .item {  
  max-height:383px;
  max-width:512px;
  border:0px;
}

/* new */

.top_bar {
    font-size: 12px;
    height: 30px;
    padding-left: 10px;
    padding-top: 10px;
}

.slides_control .item{
position:relative;
}

