#slidewrap {
  /*margin: 10px 0 25px 0px;*/
  margin: 0px auto;
  padding: 0px;
  position: relative;
  width: 980px;
  height: 280px;
  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: 190.5px;
	height: 280px;
	/*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: 300px;
  height: 280px;
  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 {
  position: absolute;
  padding: 10px;
  bottom: 0px;
  display: block;
  width: 100%;
}
.excerpt h2 {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  color: #000;
  opacity: 0.77;
  filter:alpha(opacity=77);
}
.excerpt h2 a, .excerpt h2 a:visited {
  color: #000;
  font-size:16px;
  text-transform:uppercase;
}
.kwicks img {
  margin: 0;
  padding:0;
}
a.more4 {
  background: #fff;
  opacity: 0.77;
  filter:alpha(opacity=77);
  color: #000 !important;
  padding: 3px 6px;
  font-size: 11px;
}

