
.featured {
  width: 945px;
  height: 302px;
  margin:0px;
  padding:5px;
  position: relative;
  z-index: 4;
  background-color:#000000;
  border: solid 1px #42d0ff;
}

.showcase {
  margin:0px;
  padding:0px;
  width: 943px;
  height: 300px;
  position:relative;
  z-index:4;
  border: solid 1px #222425;
}
.showcase_content {
	margin:0px;
	padding:0px;
	width:930px;
	height:300px;
	z-index:4;
	position:relative;
}
.showcase_content embed{
	display:none;
}
.showcase_content .img_cont{
	float:left;
	margin:0px 25px 0px 0px;
	padding:0px;
}
.showcase_content  h1, .showcase_content  h1 a, .showcase_content  h1 a:hover {
	margin:20px 0px 0px 0px;
	padding:0px;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
}
.showcase_content  p, .showcase_content  p a, .showcase_content  p a:hover {
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#b0b2ba;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	text-decoration:none;
}
.showcase_content .viewmore{
	margin:0px;
	padding:0px;
	background-image:url(view-more.jpg);
	background-repeat:no-repeat;
	width:140px;
	height:50px;
	right:20px;
	position:absolute;
}
.showcase_content .viewmore a{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	line-height:50px;
	margin-left:25px;
}
.showcase_content .viewmore a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.controls{
	width:200px;
	left:740px;
	height:20px;
	z-index:10;
	position:absolute;
	bottom:20px;

}
.controls a {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  float: left;
  display: block;
  background: url("control.jpg") no-repeat;
}
.controls a.activeSlide {
  background: url("control-hover.jpg") no-repeat;
}
.featured #prev {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 220px;
  display: block;
  float: left;
  z-index:12;
  background: url("previous.jpg") no-repeat;
}
.featured #next {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: 15px;
  display: block;
  float: left;
  z-index:12;
  background: url("next.jpg") no-repeat;
}
.featured #next:hover {
  background: url("next-hover.jpg") no-repeat;
}
.featured #prev:hover {
  background: url("previous-hover.jpg") no-repeat;
}


