#kwick  ul {
	margin: 10px;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 1px solid #27272a;
	margin-bottom: 10px;
	padding: 10px 0;
}

#kwick .kwicks {
	display: block;
	background: #fff;
	height: 100px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 80px;
	width: 125px;
	padding: 10px;
	background: #fff;
	border-right: 2px solid #27272a;
}

#kwick .kwick span {
	display: none;
}

#kwick .what {
	background: #78ba91 url(what.gif);
}

#kwick .games {
	background: #7389ae url(games.gif);
}

#kwick .inside {
	background: #c17878 url(inside.gif);
}

#kwick .trenning {
	background: #c17878 url(trenning.gif);
}

#kwick .about {
	background: #a87aad url(about.gif);
	border-right: 0;
}
