#container{
	width: 100%;
}

#floatslide{
	margin: 0 auto;
	width: 960px;
	height: 250px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#floatslide li a{
position: relative;
top:0;
left:0;
display: block;
height: 230px;
width: 250px;
 zoom: 1;
 clear:both;
}


#floatslide li p{
display: none;
z-index: -1;
position: absolute;
background-image: url(../img/floatShadow.jpg);
background-repeat: no-repeat;
background-position: center bottom;
width: 297px;
height: 25px;
bottom: -13px;
}

#floatslide li a img{
position: absolute;
top:30px;
left:0;
 zoom: 1;
 clear:both ;
}

#floatslide_prev,
#floatslide_next {
	top: 105px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
}
#floatslide_prev {
	left: 0px;
	background:transparent url(../img/navArrowPrev.png) no-repeat top left;
	width:50px;
	height:50px;
	z-index: 100;
}
#floatslide_next {
	right: 0px;
	background:transparent url(../img/navArrowNext.png) no-repeat top left;
	width:50px;
	height:50px;
	z-index: 100;
}

#floatslide ul li {
	width: 330px;
	float: left;
	display: inline;
	height: 250px;
}


/* =======================================
	ClearFixElements
======================================= */
#floatslide ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#floatslide ul {
	display: inline-block;
	overflow: hidden;
}

#floatWall{
width:100%;
height: 100%;
position: absolute;
z-index: 200;
background-color: #F2F2F2;
background-image: url(../img/panelLoader.gif);
background-repeat: no-repeat;
background-position: center center;
}

.QOverlay{
display: none;}
}