/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	position:absolute;top:100%; width:35px;height:35px;margin-top:-213px;text-indent:-9999px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.item p{ text-align: center; width: auto;}
.mainsc .item p{ width: 214px; height: 55px; line-height: 55px;}
.mainsc .owl-prev{left:-40px; background: url(../images/calz.html) no-repeat left center;}
.mainsc .owl-next{right:-40px;background: url(../images/caly.html) no-repeat right center;}


.owl-prev{left:-23px; background: url(../images/newsLeft.html) no-repeat left center;}
.owl-next{right:-20px;background: url(../images/newsRight.html) no-repeat right center;}



/* If PaginationNumbers is true */

/*.owl-theme .owl-controls .owl-page span.owl-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 */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}