
/*--- kwicks gallery ---*/
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	overflow:hidden;
	width:998px;
	height:370px;
	z-index:1;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 197px;
	height: 370px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	cursor:pointer;
	text-align:center;
	float: left;
}
.kwicks .slider_des, .kwicks .slider_title_clone {
	width: 197px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	text-align: left;
	height: 80px;
	display: table;
	opacity: 0.8;
}
.kwicks .slider_des h3 {
	margin: 0;
	padding: 15px 15px 5px 15px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.kwicks .slider_title_clone h3 {
	vertical-align: middle;
	text-transform: uppercase;
	display: table-cell;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	padding: 15px 15px 5px 15px;
}
.kwicks h3 a {
	color: #fff;	
}
.kwicks h3 a:hover {
	color: #fc0;	
}
.kwicks .slider_des .slider_entry {
	display: none;
	padding: 0 15px 15px 15px;
}
