/* container for slides */
#hero-wrap {
	/*width: 600px;
	height: 280px;*/
	width:683px;
	height: 267px;
	background: #380303;
	position: relative;
}

/* single slide */
#hero2 .slide {
	display:none;
	position:absolute;
	top:0;
	left:0;
	/*width: 395px;
	height: 280px;*/
	width: 473px;
	height: 267px;
}
.column.first #hero2 img {
	border: none;
}
#hero2 .slide .slide-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	/*width: 375px;*/
	width: 453px;
	background: url(/site_images/bg_opacity.png) left top repeat;
}
.slide-detail h2 {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
.slide-detail h2 a {
	color: #fff;
}
.slide-detail p	{
	color: #eaeaea;
	font-size: 11px;
	line-height: 1.25em;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin: 0;
}
/* tabs (those little circles below slides) */
#hero-tabs {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 205px;*/
	width: 210px;
	height: 267px;
	margin: 0;
	overflow: hidden;
}

/* single tab */
#hero-tabs a {
	height: 57px;
	margin: 0;
	padding: 5px;
	background: url(/site_images/bg_hero_tab.gif) left top repeat-x;
	display:block;
	text-decoration: none;		
}

#hero-tabs a:hover, #hero-tabs a.current {
	background: url(/site_images/bg_hero_tab_active2.gif) left top repeat-x;     
}	
#hero-tabs a img {
	margin: 0 5px 5px 0;
	border: 2px solid #fff;
	float: left;
}
#hero-tabs a h3 {
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
#hero-tabs a:hover h3, #hero-tabs a.current h3 {
	color: #fff;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
