/*-- FWB SLIDER FRONT STYLE

---------------------------------------*/

#fwbslider {

	position: fixed;

	z-index: -1;

	/*width: 100%;
	
	max-width:1024px;*/
}

#fwbslider .fwb_bgcolor {

position: fixed;

	width: 100%;

	height: 100%;

	top: 0;
}

#fwbslider img {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
	position: fixed;
	display: none;
}

a.fwb_fromthis img {

	display:none;

}

