.kwicks {
	/* recommended styles for kwicks ul container */
	border: 1px solid #fff;
	list-style: none;
	position: relative;
	margin: 0px auto;
	padding: 0;
	background-color: #000000;
	overflow: hidden;
	width: 890px !important; 
}
.kwicks img { border: 0px !important; }
.dark .kwicks {background-color: #FFFFFF;}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 223px;
	height: 320px;

	/*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;
}
.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: 0px; /*Set to same as spacing option. */	
}
.kwicks-caption {
        width: 225px;
}
.kwicks li .kwicks-shadow   	{ background: transparent url('../images/kwicks-shadow.png') top right no-repeat; height: 370px; position: absolute; right: 0px; top: 0px; width: 27px; }

div.kwicks-caption		        { text-align: left; width: 173px; background: url('../images/slider-desc-bg.png') top left repeat; left: 10px; padding: 8px 15px 12px 15px; position: absolute; bottom: 10px; 
        border-radius: 5px;
        -moz-border-radius: 5px; 
        -webkit-border-radius: 5px; 
}
#kwick_3 .kwicks-caption		{width: 171px;}

div.kwicks-caption h2			{ font-size: 16px; color: #fff; margin: 0px; }
div.kwicks-caption strong               { color: #fff; font-weight: bold; }
div.kwicks-caption p			{ font-size: 11px; color: #fff; line-height: 14px; }
div.kwicks-caption a			{ color: #fff; }