/*big menu*/


#kwick {
	position: relative;
	/*border-bottom: 3px double #333;*/
	margin-top: 10px;
}

#kwick .kwicks {
	display: block;
	width: 600px;
margin-left: 5%;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display:block;
	cursor: pointer;
	overflow: hidden;
	height: 200px;
	width: 120px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
}

#kwick .kwick span {
	display: none;
}


#kwick .opt1 {
	background: #ccc url(/SuperNovaRacingLimited-Gallery-2009/galleryLeafs/gp2Asia/2010/leaf1.jpg);
}

#kwick .opt2 {
	background: #ccc url(/SuperNovaRacingLimited-Gallery-2009/galleryLeafs/gp2Asia/2010/leaf2.jpg);
}

#kwick .opt3 {
	background: #ccc url(/SuperNovaRacingLimited-Gallery-2009/galleryLeafs/gp2Asia/2010/leaf3.jpg);
}

#kwick .opt4 {
	background: #ccc url(/SuperNovaRacingLimited-Gallery-2009/galleryLeafs/gp2Asia/2010/leaf4.jpg);
}





