/*-------------------------------------
   KWICKS SLIDER

.kwicks-slider #slideshow {height:770px;}
-------------------------------------*/



#kwicks {
	/* Recommended styles for kwicks ul container */
height:770px;
	list-style: none;
	position: relative;
	margin: -50%;
	padding: 0;
	background-color: #333;
	margin-top: 30px;
}

#kwicks li {
	width: 252px;
	height: 410px;
	display: block;
	overflow: hidden;
	padding: 0;
}

#kwicks.horizontal li {
	/* This is optional and will be disregarded by the script. However, it should be provided for non-JS enabled browsers. */
	/* margin-right:5px; Set to same as spacing option. */	
	float: right;
}

#kwicks.vertical li {
	/* This is optional and will be disregarded by the script. However, it should be provided for non-JS enabled browsers. */
	/* margin-bottom:5px; Set to same as spacing option. */
}

#kwicks.horizontal .kwicks-caption {
	position: absolute;
	left: 0px;
	bottom: 100px;
	color: #fff;
	width: 550px;
	padding: 20px 20px 0 20px;
	background: transparent url(../images/slider-caption-background.png) repeat scroll left top;
}

#kwicks.horizontal .kwicks-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 400px;
	background: transparent url(../images/slider-shadow.png) repeat-y scroll left top;
}

#kwicks.horizontal .kwicks-caption h1, #kwicks.horizontal .kwicks-caption h2, #kwicks.horizontal .kwicks-caption h3, #kwicks.horizontal .kwicks-caption h4, #kwicks.horizontal .kwicks-caption h5, #kwicks.horizontal .kwicks-caption h6 {
	color: #969696;
}

.kwicks-caption p {
	color: #969696;
}
