/* slideshow styles */
.slideShow {
	width:355px;
	min-height:330px;
	/*padding: 10px; */
	padding:0 4px;
	margin-bottom:20px;
	/*border: 1px solid #B3B3B3; */
	background-color:#998B7B;
	display: table;
	/*clear: both;*/
	float:left;
	display:block;
}

.slideShow h2 {
	display:inline; /* prevents ie6 from doubling the left margin of the float */
	background:url(/images/template-elements/spotlight.gif) no-repeat;
	width:226px;
	height:36px;
	text-decoration:none;
	text-indent:-5000em;
	overflow:hidden;
	margin:0;
	float:left;
}

.slides { clear:left; }

.slideShow .nav-container { 
	width:355px;
	padding:7px 4px;
	float:left;
} 

.slideShow .navigation {
	margin:3px 0;
	padding:7px 0;
	/*clear: left;*/
	float:right;
	display: block;
}

.slideShow .navigation li { display:inline; }

.slideShow .navigation a {
	/*background-color: #B3B3B3;*/
	background-color:#CCC;
	border:1px solid #4C453D;
	/*margin: 0px 2px 0px 0px;*/
	margin:0 0 0 8px;
	/*padding: 3px 8px;*/
	padding:2px 6px;
	/*color: #232323;*/
	color:#4C453D;
	text-decoration: none;
	/*float: left;*/
	/*font-size: 0.8em;*/
	font-size:1.1em;
	font-weight:normal;
}
.slideShow ul.topNavigation {
	margin: 0px 0px 40px 0px;
}
.slideShow .navigation a:hover, .slideShow .navigation a.selected {
	/*background-color: #929292;*/
	background-color:#F6EFE0;
	/*color: #000000;*/
}

.slideShow ul, .slideShow li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/** slides with more than an image in it **/
.slide img {
	position: absolute;
}
.slide span {
	position: absolute;
	bottom:0;
	height:40px;
	padding:5px 10px;
	right:0;
	width:335px !important;
	background-color:#000000;
	color:#FFF;
	font-size:1.3em;
	line-height:135%;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
