/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background:#111;
}
.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
.kwicks li {
	float: left;
	width: 240px;
	height: 340px;
	margin-right: 0px;
}
#kwick1 {
}
#kwick1.active { 
}
#kwick2 {
	border-left:1px solid #222;
}
#kwick2.active {
}
#kwick3 {
	border-left:1px solid #222;
}
#kwick3.active {
}
#kwick4 {
	border-left:1px solid #222;
	margin-right: none;
}
#kwick4.active { 
}

div#slider {
margin-bottom:0px;
}
div.feature_entry {
height:340px;
}
div.feature {
padding-left:0px;
padding-right:0px;
padding-bottom:6px;
margin-bottom:34px;
background:url("images/20_opac_bar.png") repeat-x scroll center bottom transparent;
}
.kwicks li div.title {
background:url(images/opacity_80_black.png) repeat;
display:block;
position:absolute;
bottom:0;
padding:0 10px 0 20px;
height:75px;
width:180px;
margin-left:30px;
margin-bottom:30px;
overflow:hidden;
}
.kwicks li div.title_active {
background:url(images/opacity_80_black.png) repeat;
position:absolute;
bottom:0;
padding:0 20px 0 20px;
height:105px;
width:610px;
overflow:hidden;
}
.kwicks li h4 {
color:#f4f4f4;
padding-top:10px;
margin-bottom:8px;
line-height:1.3;
}
.kwicks li h4 a {
color:#f4f4f4;
}
.kwicks li p {
color:#999;
line-height:1.6;
}
.kwicks li p a {
color:#999;
}
.kwicks li div.headline {
position:absolute;
bottom:0;
padding:0;
height:105px;
width:650px;
overflow:hidden;
}