/*
	Background Stretcher jQuery Plugin
	� 2009 ajaxBlender.com
	For any questions please visit www.ajaxblender.com 
	or email us at support@ajaxblender.com
*/

.bgstretcher {

	overflow: hidden;
	width: 100%;
	    
    top: 0px;
    height: 252px;
	
	/* width:2000px; height:400px;*/
}
.bgstretcher, .bgstretcher UL  {
	position: relative;

}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}

.bgstretcher ul { height:252px; overflow:hidden; text-align:center; display:block; z-index: 1;}
.bgstretcher li { display:block;   position:absolute; width: 100%; left: 0px;}

.bgstretcher img { display:block; margin:0 auto !important;}
