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

	/*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 .white .slides	    { border: 1px solid #959595; }
.kwicks .black .slides	    { border: 1px solid #555555; }
.kwicks li                  { background-color: #000000; }
.kwicks li img              { height: 370px; border-left: 1px dotted #959595; }
.kwicks li:hover img	    { border-width: 0px; }
.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; }
.kwicks li .kwicks-caption  { position: absolute; right: 0px; top: 0px; width: 229px; }
.kwicks .kwicks-container   { background: #333; width: 920px !important; position: relative;}
.kwicks .kwicks-block-1     			{ width: 230px; }
.kwicks .kwicks-block-1 img 			{ border-width: 0px; }
.kwicks .kwicks-block-1 .kwicks-caption		{ width: 230px; }
.kwicks .kwicks-block-1 .description .text	{ width: 210px !important; }
.kwicks .kwicks-block-2     			{ width: 230px; }
.kwicks .kwicks-block-3     			{ width: 230px; }
.kwicks .kwicks-block-4     			{ width: 230px; }

.kwicks .description			{ top: 0px !important; right: 0px !important; }
.kwicks .description .text		{ padding: 10px !important; width: 209px; }
.kwicks .description .title		{ font-size: 18px !important; padding-bottom: 5px !important;}
.kwicks .description.dark p		{ font-size: 11px !important; color: #BBBBBB !important; }
.kwicks .description.light p		{ font-size: 11px !important; color: #666666 !important; }
.kwicks li:hover .description.dark p	{ color: #FFFFFF !important; }
.kwicks li:hover .description.light p	{ color: #333333 !important; }

.kwicks .description.dark .topleft,
.kwicks .description.dark .topright,
.kwicks .description.dark .downright	{ background: url('../images/dark_desc.png') !important; }

.kwicks .description.light .topleft,
.kwicks .description.light .topright,
.kwicks .description.light .downright	{ background: url('../images/light_desc.png') !important; }

#kwicks-description 		{ text-align: center; padding-bottom: 5px; }
#kwicks-description h3 		{ }
