/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	background:url(/images/carousel_shadow_bottom.png) 0% 100% no-repeat;
	border:none;
	height:292px;
	padding:0 0 8px 0;
	width:632px;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */
}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	background:#171717;
	height:251px;
	padding:0;
	overflow:hidden;
	width:;
}

#slideshow .slides ul {
	height:auto;
	overflow:hidden;
	width: 2400px;
}

#slideshow .slides li {
	background:#333 !important;
	color:white;
	height:251px;
	width:632px;
	float: left;
	margin:0 8px 0 0;
	overflow:hidden;
	padding:0;
}

.slides li h2 {
	background:#171717;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;	
	font-size:2.0em;
	line-height:24px;
	padding:8px 10px 8px 10px;
	width:612px;
}

.slides li div#slideContent {
	float:left;
	font-size:1.2em;
	line-height:1.8em;
	padding:0 12px 0 10px;
	text-align:justify;
	width:334px;
}

.slides li img {
	float:right;
}


.slides a:link, .slides a:visited, .slides a:active {
	text-decoration:none;
	color:#83c4e3;
}
.slides a:hover {
	color:#cc0c0e;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	clear:left;
	margin:0;
	width:;
}

img#spotlightBadge {
	float:left;
	position:absolute;
	left:10px;
	bottom:-5px;
	z-index:10;
}

ul.slides-nav {
	background:#171717;
	float:right;
}

#slideshow .slides-nav li {
	bottom:0;
	float: left;
	font-size:1.1em;
	height:41px;
	overflow:hidden;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 0 0 !important;
	width:140px;
}

#slideshow .slides-nav li a {
	color:white;
	display: block;
	margin:0;
	padding:4px 4px;
	outline: none;
	text-decoration:none;
}

.js #slideshow .slides-nav li.on {
	background:#666 url(/images/spotlight_tab_marker.gif) center bottom no-repeat;
	border:none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
}
.js #slideshow .slides-nav li.on a {
	margin:0;
}
