
.product-theme .product-controls{
	margin-top: 10px;
	text-align: center;
	
}

/* Styling Next and Prev buttons */



.product-theme .product-controls .product-buttons div{
	color: #7ceece;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 10px 10px;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:none;
	width:20px;
	height:20px;
	font-size:15px;
	border:solid 1px #4b5259;
	
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.product-theme .product-controls.clickable .product-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.product-prev {
	position: absolute;
	top: 50%;
	left: 5%;	
	z-index:60;
	content: "\f053";	
}
.product-next{
	position: absolute;
	top:50%;
	right: 5%;	
	z-index:60;
	content: "\f053";
	
}


#news .product-prev {
	left: -2%;
}

#news .product-next {
	right: -2%;
}



/* Styling Pagination*/

.product-theme .product-controls .product-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.product-theme .product-controls .product-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #3e4247;

}

.product-theme .product-controls .product-page.active span,
.product-theme .product-controls.clickable .product-page:hover span{
	background: #7ceece;
}

/* If PaginationNumbers is true */

.product-theme .product-controls .product-page span.product-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.product-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.product-pagination{
	position:absolute;
	z-index:60;
	left:50%;
	transform:translate(-50%, 0%);
	top:10px;
	}
