#fwslider {	
	width: 100%;
	height: 150px;	
	float: left;					
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	z-index: 0;
	background: url(../../img/slider-overlay.png) top center repeat-x;
}


#fwslider div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 150px;	
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;	
}	

#fwslider img {
	border: 0px;
}