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

#kwicks_container { 
	display: block;
	background: #f2f2f2;
	border: 1px solid #d6d6d6;
	padding: 5px;
	margin-bottom: 30px;
	width: 738px;
}
#kwicks_container ul{
	margin: 0px;
	padding: 0px;
}
#kwicks_container ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#kwicks {
	position: relative;
}
#kwicks .kwick {
	float: left;
	display: block;
	height: 230px;
	width: 143px;
}
.kwick{
	overflow: hidden;
}
.kwick a{
	color: #FFF;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 330px;
	height: 230px;
	margin: 0 auto;
	position: relative;
}
.kwick a span{
	display: none;
	width: 103px;
	padding: 5px 0px;
	background: url(/images/hot-btn/label.gif) center top no-repeat;
	color: #CCC;
	text-align: center;
	position: absolute;
	bottom:  15px;
	left: 107px;
}
.kwick a:hover span{
	display: block;
}

#kwick_1{background: url(/images/hot-btn/1.jpg) center top no-repeat;}
#kwick_2{background: url(/images/hot-btn/2.jpg) center top no-repeat;}
#kwick_3{background: url(/images/hot-btn/3.jpg) center top no-repeat;}
#kwick_4{background: url(/images/hot-btn/4.jpg) center top no-repeat;}
#kwick_5{background: url(/images/hot-btn/5.jpg) center top no-repeat;}