/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	font-size: 12px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0;
	display:none;
}
#imgfeature .owl-controls .owl-buttons div{
	display:block;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
#imgfeature .owl-controls .owl-buttons div.owl-prev,#imgfeature .owl-controls .owl-buttons div.owl-next{width:60px;height:80px;position:absolute;top:200px;padding: 0px 0px;text-indent:-10000px;}
#imgfeature .owl-controls .owl-buttons div.owl-prev{background:url("../images/pre.png"/*tpa=http://shenmo.yh.cn/2.0/images/pre.png*/) no-repeat center center #6F9AC7;left:-100px;}
#imgfeature .owl-controls .owl-buttons div.owl-next{background:url("../images/next.png"/*tpa=http://shenmo.yh.cn/2.0/images/next.png*/) no-repeat center center #6F9AC7;right:-100px;}
/* 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 */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 40px;
	height: 10px;
	margin: 5px 7px;
	background: #6c6c6e;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#ca9735;
}

#imgfeature .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background:url("../images/banb.png"/*tpa=http://shenmo.yh.cn/2.0/images/banb.png*/) no-repeat;
}
#imgfeature .owl-controls .owl-page.active span,
#imgfeature .owl-controls.clickable .owl-page:hover span{
	background:url("../images/banbs.png"/*tpa=http://shenmo.yh.cn/2.0/images/banbs.png*/) no-repeat;
}



/* 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;
}

.owlcontainer,.span12{width:560px;height:255px;}
.owlcontainer{margin-top:75px;}
.featurecontainer,#fspan{}
#fspan{width:888px;margin:0px auto;}
