#kwicks_container { 
	height: 179px;
}
#kwicks {
	position: relative;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 300px;
	height: 179px;
	filter:alpha(opacity=40);
	opacity:0.4;
}
 
#kwicks .kwick:hover {
	filter:alpha(opacity=100);
	opacity:1;
}

 
#kwick_red {
background-image:url(../images/landingPage_03.gif);
background-repeat:no-repeat;
cursor:pointer;
}
#kwick_orange {
background-image:url(../images/landingPage_04.gif);
background-repeat:no-repeat;
cursor:pointer;
}





