/*
	Background Stretcher jQuery Plugin
	?2011 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { width:100% !important; height:667px !important;text-align:center; }
.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;
	position:relative; width:100% !important; height:667px ; overflow:hidden; z-index:1;  text-align:center;
}
.bgstretcher ul{
	 position:relative; width:1440px;overflow:hidden; height:667px; margin:0 auto;left:50%; margin-left:-720px; clear:both; z-index:500;
}
.bgstretcher ul li{ width:1440px !important; height:667px;}