
#products img{
	float: none;
	border: 0;
	margin: 0;
}
#products {
	
	overflow: hidden;
}

#products .next,#products .prev {
	position:absolute;
	top:49%;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	overflow:hidden;
	display:none;
	z-index:101;
}
#products .prev {
	background:url(arrow-prev.png);
}

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

#products .slides_container {
	width:450px;
	height:450px;
	overflow:hidden;
	/*float:left;*/
	position:relative;
	border:1px solid #dfdfdf;
}

#products .pagination {
	
	/*width:176px;*/
	padding:5px 5px;
	float:left;
	margin-left:30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
}

#products .pagination li {
	list-style: none;
	float:left;
	margin:2px 4px;
	margin-bottom: 10px;
}
#products .pagination li {

}

#products .pagination li a {
	display:table-cell;
	vertical-align: middle;
	height:125px!important;
	width: 125px !important;
	border:1px solid #e9e9e9;
	
	
	background:#f9f9f9;
}

#products .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
	
}
.lastItems{
	/*height: 497px !important;
	margin-top: 50px;
	margin-left: 7px;*/
	
	
}

.pagination li img{
	max-height:125px;
	max-width: 125px !important;
	display: block;
	margin: auto !important;

}
.pagination li{
	height: 125px !important;
	width: 125px !important;
	margin: 5px !important;
	display: table!important;
	vertical-align: middle !important;
	

}
.prevv{
	position: absolute;
	top: 50px;
	left: 5px;
	width: 16px;
	height: 51px;
	border: 0;
	background: url(img/arrow-left.png);
	text-indent: -999999px;
	cursor: pointer;

}
.prevv:hover, .nextt:hover{
	opacity: 0.8;
}
.disabled{
	display: none;
}
.nextt{
	position: absolute;
	top: 50px;
	right: 5px;
	width: 16px;
	height: 51px;
	border: 0;
	background: url(img/arrow-right.png) no-repeat;
	text-indent: -999999px;
	cursor: pointer;

}
.slide-gallery{
	position: relative;
	float: left;
}
.slides_container a{
	
	width: 452px;
	height:452px;
	vertical-align: middle;
}

.slides_container a > div{
	display: table-cell;
	width: 452px;
	height:452px;
	vertical-align: middle;
}
.slides_container img{
	
	max-width: 450px;
	max-height:450px;
	display: block;
	margin: auto!important;

	
}
.disabled{
	opacity: 0.2;
}
.pagination_box{
	float: left;
	padding: 5px 21px;
	margin-top: 10px;
	position: relative;
	background: #e9e9e9;
	border-radius: 15px;
}

.pagination {
	width: 550px;
}
