/********************* 
TABBED SLIDE SHOW 
**********************/
#slideshow {
	height: 308px;
}

.panels {
	width:500px;
	float:left;
}

.title-tabs {
	float:right;
	width:250px;
}

.title-tabs li {
	padding:5px;
	height:64px;
	border-bottom:3px solid #fff;
	border-top:1px solid #fff;
	border-left:4px solid #fff;
	background-color: #80cce5;
}

.title-tabs li a {
	font-size: large;
	color:#0c7ab9;
	
}

.title-tabs li .tab-content {
	font-size: small;
	color:#fff;
}



.title-tabs li.highlight {
	background: url('/images/vtg/lander-tab-highlight.jpg') repeat-x;
	
	border-left: none;
	border-bottom:3px solid #fff;
	border-top:1px solid #fff;
}

.title-tabs li.highlight a {
	color:#fff;
}

.title-tabs li.highlight .tab-content {
	color:#ffcc00;
}

.slideshow-image {
	position: absolute;
	width:500px;
	height:308px;
	top: 440px;
	overflow:hidden;
	opacity:0;
	border: none;
}

img.hero-shot {
	width: 500px;
	height: 308px;
}