/*
	Background Stretcher jQuery Plugin
	?2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/
.flashbg{background:#ffffff;}
.flashdemoout{position:relative;height:320px;z-index:1;overflow:hidden;}
.flashdemo{height:320px;overflow:hidden;background:url(/cms/image/loading2.gif) no-repeat center center;}
.bgstretcher-area {width:100%;margin:0 auto;text-align: left;zoom:1;height:320px;overflow:hidden;}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher 
{
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
.flashbtn_next{text-indent:-9999px;position:absolute;width:45px;height:44px;top:160px;right:0;display:block;overflow:hidden;background:url(/cms/image/flashbtn.png) no-repeat 0 0;z-index:9999;}
.flashbtn_next:hover{background-position:0 -70px;}
.flashbtn_prev{text-indent:-9999px;position:absolute;width:45px;height:44px;top:160px;left:0;display:block;overflow:hidden;background:url(/cms/image/flashbtn.png) no-repeat 0 -140px;z-index:9999;}
.flashbtn_prev:hover{background-position:0 -210px;}
.bgstretcher-pagebg{background:#edeef0;width: 73px;height: 11px;overflow:hidden;width:100%;}
.bgstretcher-page{position:absolute;z-index:9999;bottom:10px;left:50%;}
.bgstretcher-page ul{overflow:hidden;}
.bgstretcher-page li{display:inline;float:left;overflow:hidden;margin-left:10px;width:20px;height: 20px;line-height:20px;}
.bgstretcher-page ul li a{font-family:"iconfont" !important;font-size:20px;font-style:normal; -webkit-font-smoothing: antialiased;display:block;-webkit-text-stroke-width: 0.2px;color:#666666;width:20px;height:20px;line-height:20px;text-align:center;overflow: hidden;}
.bgstretcher-page .showPage a,.bgstretcher-page ul li a:hover{color:#dc2118;}
.bgstretcher-page ul li a:before{content: "\e62b";}
