/* 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;
	padding: 0;
	background-color: #000;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 245px;
	height: 474px;

	/*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;
	background-position: 118px 237px;
}
.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/kwickshadow.png) repeat-y;
position: absolute;
right: 0px;
height: 474px;
width: 27px;
}




	.slideimage {float:left;padding:0;margin:0;}
	
	
	.slide-minicaption {
	top:0px;
	right:0;
	float:right;
	position:absolute;
	color:#fff;
	font-size:12px;
	line-height:16px;
	width: 220px;
	background-color:#000000;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	}
	
	.slide-minicaptiontitle {
		font-size:14px; letter-spacing:0; color:#fff; display:block;
		line-height:23px;

	}
	
	.slidecaption {
	top:0px;
	right:0;
	float:right;
	position:absolute;
	color:#fff;
	padding:15px;
	font-size:12px;
	line-height:18px;
	background:#000000;
	width: 370px;

	}
	
	.slidecaption a {color:#fff; text-decoration:none; background: none; }
	.slidecaption a:hover {text-decoration:none; background: none;}
	

.slidecaptiontitle {
	font-size:20px; letter-spacing:-1px; font-weight:bold; color:#fff; display:block;
	padding-bottom:10px;

}

	.slidecaptiontitle a {
		color:#FFFFFF;
		text-decoration:none; background: none;
	}
	
	.slidecaptiontitle a:hover {
	color:#ffffff;
	text-decoration:none; background: none;
	
	}
