
/*big menu*/

#kwick {
	
	/*border-bottom: 3px double #333;*/
	margin-top: 20px;
	_margin-left:43px;
}

#kwick .kwicks {
	display: block;
	height: 200px;
	margin: 0px;
}

#kwick li {
	float: left;
}

li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 187px;
	width: 97px;
	/*padding: 10px;*/
	background: #fff;

	border-right: 2px solid #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #eee url(../images/ski.jpg) ;
}

#kwick .opt2 {
	background: #eee url(../images/bike.jpg);
}

#kwick .opt3 {
	background: #eee url(../images/travel.jpg);
}

#kwick .opt4 {
	background: #eee url(../images/tech.jpg);
}

#kwick .opt5 {
	background: #eee url(../images/gallery.jpg);
	
}

#kwick .opt6 {
	background: #eee url(../images/bio.jpg);
	border-right: 0
}


