/*
	Background Stretcher jQuery Plugin
	?2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/
.flashdemoout{position:relative;height:600px;overflow:hidden;z-index:1;margin-bottom:15px;}
.flashdemo{height:600px;overflow:hidden;background:url(/cms/image/loading2.gif) no-repeat center center;}
.bgstretcher-area { width:1140px;margin:0 auto;text-align: left;zoom:1;height:600px;overflow:hidden;
 }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
}
.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:180px;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:180px;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-page{}
.bgstretcher-page{position:absolute;z-index:9999;bottom:10px;right:0;}
.bgstretcher-page ul{overflow:hidden;}
.bgstretcher-page li{display:inline;margin-right:10px;height:15px;height:15px;overflow:hidden;}
.bgstretcher-page ul li a{display:inline-block;padding:0px 8px;background:#666666;color:#ffffff;}
.bgstretcher-page ul li a{*display:inline;}
.bgstretcher-page .showPage a{background:Green;color:#ffffff;}
