#slidewrap {
  margin: 0px auto 15px;
  padding: 10px;
  position: relative;
  width: 903px;
  height: 320px;
  background: url(../images/slide-bg.png) no-repeat;
  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: 183.7px;
	height: 320px;
	/*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) */
}
.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: -4px; /*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: #949393;
  color: #fff;
  opacity: 0.77;
  filter:alpha(opacity=77);
  position: absolute;
  bottom: 0px;
  padding: 10px;
  height: 80px;
  width: 580px;
  margin-left: 0px;
}
.excerpt h2 {
  margin-bottom: 10px;
}
.excerpt h2 a, .excerpt h2 a:visited {
  color: #000;
  font-size:16px;
  text-transform:uppercase;
}
.kwicks img {
  margin: 0;
  padding:0;
}