/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck.com/
Description: The skin used at slidedeck.com
Version: 1.1
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color
*/
#slidedeck_frame {
	width: 540px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 5px;
}
#slidedeck_frame dl {
	width: 540px;
	height: 240px;
	margin: 0;
}			
.slidedeck dd {
	height: 240px;
	background-color: #faefd5;
}
.slidedeck a {
	text-decoration: none;
	color: #fff;
}
.slidedeck a:hover {
	text-decoration: none;
	color: #fff;
}
.slidedeck dt {
	cursor: pointer;
	height: 40px;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	font-family: georgia,serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #b52828;
	background-color: #9a2222;
	color: #fff;
}
.slidedeck dt.green1 {
	border-top: 1px solid #0c7341;
	background-color: #09532f;
}
.slidedeck dt.green2 {
	border-top: 1px solid #79a940;
	background-color: #59862f;
}
.slidedeck dt.green3 {
	border-top: 1px solid #a6bb3e;
	background-color: #82a32f;
}
.slidedeck dt:hover {
	color: #fff;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
}

/* CAPTION STYLES */

.featuredImg {
  display: inline;
  float: left;
  height: 240px;
  overflow: hidden;
  position: relative;
  width: 380px;
  cursor: hand;
}
.featuredImg span {
  display: none;
}
.featuredImg:hover span {
  opacity: 0.75;
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  filter: alpha(opacity = 75);
  background: #000;
  bottom: 0;
  display: block;
  font-size: 1.2em;
  padding: 8px;
  position: absolute;
  width: 393px;
}
* html .featuredImg:hover span {
  width: 380px;
}
.featuredImg:hover span b {
  display: block;
}
