/*
	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 { text-align: left; }
.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 {
	background: black;
	overflow: hidden;
	width: 100%;
	position: scroll;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}

#navBackgrounds ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navBackgrounds ul li a {
	margin:0;
	padding:0;
	border:none;
}

#navBackgrounds ul li {
	float:left;
	margin:0;
	padding:0;
	width:130px;
	height:90px;
	margin:420px 20px 0 7px;
	
-moz-box-shadow: 0px 0px 5px 1px #000000;
-webkit-box-shadow: 0px 0px 5px 1px #000000;
-o-box-shadow: 0px 0px 5px 1px #000000;
box-shadow: 0px 0px 5px 1px #000000;
}
#navBackgrounds .derniereImage{
	margin:420px 0  0 7px;
}
#navBackgrounds ul li img{
	border:none;
}

















