#kwicks {
background-image: url(../images/sliderbg.png);
background-repeat: no-repeat;
background-position: 50% 50%;
position: relative;
height: 370px;
width: 940px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:7px;
z-index:999;
}

#kwicks a {
	color: #fff;
	text-decoration: none;
}

#kwicks a:hover {
	text-decoration: none;
	color: #fff;
}

.kwicks {
	position: absolute;
	margin-top: 17px;
	overflow:hidden;
	height: 363px;
	margin-left:18px;
	width: 940px;
	background: #151515 url(../images/loading.gif) no-repeat 50% 50%;
}
.kwicks li {
	float: left;
	width: 181px;
	height: 334px;
	
}

.kwickshadow {
z-index: 10;
background: url(../images/kwick-shadow.png) transparent repeat-y;
position: absolute;
right: 0px;
height: 380px;
width: 95px;
}


.kwickimage {padding:0;margin:0;}

.kwickcaption, .captionhover {
    border-radius: 5px 5px 5px 5px;
	
}
.kwickcaption {
    bottom: 30px;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    height: 80px;
    margin-left: 10px;
    opacity: 0.6;
	padding: 0;
    position: absolute;
    text-transform: uppercase;
    width: 220px;
}

.kwickcaption p {
    display: block;
    margin: 20px 15px;
}
.captionhover {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    float: right;
    height: 100px;
    margin: 0 0 20px 15px;
    padding: 0;
    position: absolute;
    width: 650px;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* this works in IE8 only */
}

.captionhover a {
	margin: 15px 30px 12px 15px;
	display: block;
	font-size: 11px;
}

.captionhover .captiontitle {
	margin-bottom: 5px;
	font-size: 20px;
	display: block;
}

.kwicks.horizontal li {
	margin-right: 0px; 
	float: left;
	background: #151515 url(../images/loading.gif) no-repeat;
	background-position: 70px 150px;
}
.kwicks.vertical  li{
	margin-bottom: 5px; 
}
