/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:910px !important;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	position:relative;
}
.kwicks li>span{ display:block; position:absolute; width:100%; height:100%; background:url(../images/kwicks_spacer.png) 50% 0 repeat;}
.kwicks li.active>span{ background:none;}
.kwicks li div.description{ background:url(../images/kwicks_spacer.png) repeat; width:679px; height:50px; padding:20px 0 0 18px; position:absolute; bottom:0; overflow:hidden; display:none;}
.kwicks li div.description span{ display:inline-block;}
.kwicks li div.description .title{font-size: 24px; line-height: 29px; color:#fff;}
.kwicks li div.description .some_text{font-size: 14px; line-height: 19px; color:#fff; padding:7px 0 0 11px;}
.kwicks li div.description .details{ display:inline-block; padding:6px 15px 6px 16px; background:#000000;font-size: 14px; line-height: 19px; color:#fff;}
.kwicks li div.description .details:hover{ background:#ff5800;}
.kwicks li div.description .f_right{padding:0px 16px 0 0;}
.kwicks li {
	float: left;
	width: 228px;
	height: 441px;
}
.kwick_box{ height:441px; background:#ffffff; width:910px; margin: 0 auto 10px; padding:15px; box-shadow: 1px 1px 5px #000000;}