/*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: #000;
}
.kwicks LI
{
/*these are required, but the values are up to you (must be pixel)*/
	width: 235px;
	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: 50px;
	right: 0;
	float: right;
	position: absolute;
	color: #FFF;
	padding: 10px 10px 10px 15px;
	font-size: 12px;
	line-height: 18px;
	background: #111;
	width: 165px;
}
.slide-minicaptiontitle
{
	font-size: 16px;
	letter-spacing: 0;
	color: #FFF;
	display: block;
	line-height: 23px;
}
.slidecaption
{
	top: 50px;
	right: 0;
	float: right;
	position: absolute;
	color: #FFF;
	padding: 15px;
	font-size: 12px;
	line-height: 18px;
	background: #111;
	width: 370px;
}
.slidecaption A
{
	color: #FFF;
}
.slidecaption A:hover
{
	text-decoration: none;
}
.slidecaptiontitle
{
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-bottom: 10px;
	line-height: 28px;
}
.slidecaptiontitle A
{
	color: #FFF;
}
.slidecaptiontitle A:hover
{
	color: #FFF;
	text-decoration: none;
}
