/* CSS Document */
#kwicks_container { 
	height: 440px;
}
#kwicks {
	position: relative;
	overflow: hidden;
	width: 900;
}
 
#kwicks .kwick {
	float: left;
	display: block; 
	width: 900px;
	height: 150px;
}
 
 


