/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0 0 26px 0;
	padding: 0;
	background:#000;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 120px;
	height: 400px;

	/*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) */
}
.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: 0px; /*Set to same as spacing option. */	
	float: left;
	background: #000 url(../../images/preloader.gif) no-repeat 50% 50%;
}
.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. */	
}

.kwickshadow {
z-index: 10;
background: url(../../images/kwicks/kwickshadow.png) repeat-y;
position: absolute;
right: 0px;
height: 400px;
width: 27px;
}




	.slideimage {float:left;padding:0;margin:0;}
	
	
	.slide-minicaption {
	top:50px;
	left:-20px;
	float:left;
	position:absolute;
	color:#fff;
	padding:10px 10px 10px 15px;
	font-size:10px;
	line-height:18px;
	background:#111;
	width: 80px;

	}
	
	.slide-minicaptiontitle {
		font-size:13px; letter-spacing:0; color:#fff; display:block;
		line-height:16px;

	}
	
	.slidecaption {
	top:50px;
	left:480px;
	float:right;
	position:absolute;
	color:#fff;
	padding:15px;
	font-size:12px;
	line-height:18px;
	background:#111;
	width: 220px;

	}
	
	.slidecaption a {color:#fff; }
	.slidecaption a:hover {text-decoration:none;}
	

.slidecaptiontitle {
	font-size:18px; letter-spacing:-1px; font-weight:bold; color:#fff; display:block;
	padding-bottom:10px; line-height:22px;

}

	.slidecaptiontitle a {
		color:#fff;
	}
	
	.slidecaptiontitle a:hover {
		color:#fff; text-decoration:none;
	}
