.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 238px;
	height: 223px;

	/*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 li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 2px; /*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: 5px; /*Set to same as spacing option. */	
}

/* content */
.kwicks .modTeaser {
	width: 477px;
	width: 447px; /* -> = same width as set in javascript (minus padding) */
	color: #ffffff;
	bottom: 0px;
	position: absolute;
	padding: 15px;
	background-image: url(../../images/site/bkg_kwick_teaser.png);
}
.kwicks a.slideLink {
	width: 477px; /* -> = same width as set in javascript */
	height: 223px; /* -> = height of kwick */
	display: block;
}



