@charset "UTF-8";
/* CSS Document */

#kwicks_container {
	height: 150px;
	position:absolute;
}
#kwicks {
	position: relative;
}


#kwicks .kwick {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	margin-top:-10px;
}
 
#kwick_1 {background: transparent url(1.png) top right no-repeat; width:185px;}
#kwick_2 {background: transparent url(2.png) top right no-repeat;}
#kwick_3 {background: transparent url(3.png) top right no-repeat;}
#kwick_4 {background: transparent url(4.png) top right no-repeat;}
#kwick_5 {background: transparent url(5.png) top right no-repeat;}
</style>