/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background:#111;
}
.kwicks .shadow{
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	background: url('../img/slider-acc-shadow.png') no-repeat right center;
	display: block;
	z-index: 10;
}
.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.kwicks li {
	float: left;
	margin-right: 0px;
}

div#sliderkwick {
position: relative;
overflow: hidden;
margin: 0px auto 0px auto;
}
.hidden{
	display: none;
}
div.feature_entry {
height:340px;
}
div.feature {
padding-left:0px;
padding-right:0px;
padding-bottom:6px;
margin-bottom:34px;
background: url('../img/opac.png') repeat-x scroll center bottom transparent;
}
.kwicks{
}
.kwicks li div.title {
background: url('../img/opac.png');
display:block;
position:absolute;
bottom:0;
padding: 0px 10px 15px 20px;
height:40px;
width: 100%;
margin-left:30px;
margin-bottom:30px;
overflow:hidden;
}
.kwicks li div.title h4{
	margin-top:0px;
	line-height: 300%;
}
.kwicks li div.title_active {
background: url('../img/opac.png');
position:absolute;
bottom:0;
padding:0 15px 0 20px;
width: 95%;
overflow:hidden;
}
.kwicks li h4 {
padding-top:0px;
margin-bottom:8px;
line-height:1.3;
}
.kwicks li p {
line-height:1.6;
}
.kwicks li div.headline {
position:absolute;
bottom:0;
padding:0;
height:105px;
width: 100%;
overflow:hidden;
}