/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center; position:absolute; z-index:10000; top:50%; margin-top:25px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{ font-family:"SimSun"; font-weight:bold;
	color: #000;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 48px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity:1;
}
/* 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;
	color:#7bbd42;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	position:absolute; left:0; margin-left:-50px; margin-top:10px;
}
.owl-theme .owl-controls .owl-page:last-child{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	position:absolute; right:0 !important; margin-right:-50px;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	overflow: hidden; background:url(../images/img.png) no-repeat; width:35px; height:35px;background-position:-203px -13px;
}
.owl-theme .owl-controls .owl-page:last-child span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	overflow: hidden; background:url(../images/img.png) no-repeat; width:35px; height:35px;background-position:-247px -13px; position:absolute; right:0;
}


.owl-theme .owl-controls.clickable .owl-page:first-child span:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;background-position:-302px -13px;
}

.owl-theme .owl-controls.clickable .owl-page:last-child span:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;background-position:-349px -13px;
}

/* 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.gif) no-repeat center center
}