
.featured {
  height: 232px;
  margin:0px;
  padding:0px;
  position: relative;
  z-index: 4;
  width:665px;
}

.showcase {
  margin:0px;
  padding:0px;
  width:665px;
  position:relative;
  z-index:4;}
.showcase_content {
	margin:0px;
	padding:0px;
	z-index:4;
	position:relative;
}
.controls{
	width:120px;
	left:540px;
	height:20px;
	z-index:10;
	position:absolute;
	bottom:5px;
}
.controls a {
  width: 20px;
  height: 20px;
  float: left;
  display: block;
  background: url("control.png") no-repeat;
}
.controls a.activeSlide {
  background: url("control-hover.png") no-repeat;
}
