#slidewrap {
  margin: 0px 0 0px 0;
  padding: 0;
  position: relative;
  top: -40px;
  z-index: 22;
  width: 100%;
  height: 365px;
  overflow: hidden;
  background: url(../images/slide-shadow.png) no-repeat scroll 0 344px;
}
#slide {
  width: 960px;
  margin: 0 auto;
  background: #e7e7e7;
  overflow: hidden;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 192px;
	height: 338px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0px;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.fadeout {
  display: block;
  position: absolute;
  right: 0px;
  width: 250px;
  height: 338px;
  z-index: 4;
  background: url(../images/overlay.png) repeat-y scroll top right;
}
.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: 5px; /*Set to same as spacing option. */
}
.kwicks .excerpt {
  background: #2c3037;
  color: #fff;
  position: absolute;
  padding: 20px 10px 10px;
  bottom: 0;
  display: block;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.excerpt h2 {
  margin-bottom: 10px;
  width: 600px;
}
.excerpt h2 a, .excerpt h2 a:visited {
  color: #fff;
  font-size:16px;
}
.kwicks img {
  margin: 0;
  padding:0;
}