.slideshowgallery { width:1020px; height:600px;  }
.kwicks-container { width:1020px; height:600px; margin: 0 auto; overflow:hidden; position:relative; cursor:pointer;
background: #111; -moz-box-shadow: 0 0 10px rgba(0,0,0,.25); -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background:#111;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 197px;
	height: 600px;

	/*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: #111 url(../images/preloader_horizontal.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: 0;
height: 600px;
width: 55px;
}




	.slideimage {float:left;padding:0;margin:0;}
	
	
	.slide-minicaption {
	bottom:0;
	right:0;
	position:absolute;
	color:#fff;
	text-shadow: 2px 2px #111;
	padding:10px;
	font-size:12px;
	line-height:18px;
	width: 195px;
	background:#111;
	}
	
	.slide-minicaptiontitle {
		font-size:13px;
		text-align:center;
		letter-spacing:0.5px; 
		color:#fff; 
		display:block;
		line-height:20px;
	}
	
	.slidecaption {
	top:60px;
	left:550px;
	position:absolute;
	color:#D1D1D1;
	padding:10px 20px;
	font-size:12px;
	line-height:22px;
	background:#111;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	-webkit-border: 5px;
	width: 300px;
	}
	
	.slidecaption a {color:#D1D1D1; }
	.slidecaption a:hover {text-decoration:none;}
	

.slidecaptiontitle {
	font-size:20px; 
	font-weight:bold;
	letter-spacing:-1px;
	color:#fff; 
	display:block !important;
	line-height:26px;
	margin: 0 0 5px 0;
}

	.slidecaptiontitle a {
		color:#fff;
		display:block;
	}
	
	.slidecaptiontitle a:hover {
		color:#fff; text-decoration:none;
	}


.kiwcks-container { width: 960px; height: 434px; }
.kwicks li { width: 240px; height: 434px; }
.kwickshadow { height: 434px; }
.slideshowgallery { height: 434px; }
.slide-minicaption { width: 220px; }