#kwick {
	position: relative;
	background-color: #041D3E;
}
#kwick a {
	display: block;
	height: 95px;
}
#menufix {
	position: absolute;
	z-index: 2;
	right: 0px;
	height: 95px;
	width: 30px;
	background-image: url(../images/menufix.gif);
	background-repeat: no-repeat;
}

#kwick .kwicks {
	display: block;
	height: 95px;
	margin: 0px;
}

#kwick li {
	float: left;
	list-style-type: none;
}

#kwick li:after {
	content: "";
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 95px;
	width: 144px;
	/*padding: 10px;*/
	background: #fff;
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #9ce782 url(../images/shop.gif);
}

#kwick .opt2 {
	background: #92bdfa url(../images/play.gif);
}

#kwick .opt3 {
	background: #faa892 url(../images/reside.gif);
}

#kwick .opt4 {
	background: #e78282 url(../images/invest.gif);
}