/* Slideshow
--------------------------------------------------*/
body {
background-color:#525252; 
background-attachment: fixed;
background-image: url(/images/slide_bg.gif);
}
.bar{
	background-image:url(/images/slide_bar2.gif);
	text-align:right;
	height: 55px;
	width: 958px;
}
h1{
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 10px;
		margin-bottom: 0px;
			margin-right: 20px;
}
#slideshow{
	width: 958px;
	background-image:url(/images/slide_bg_page2.gif);
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#slideshow img{
	padding: 0;
	margin: 0;
}

.slideshowContainer {
	border: 1px solid #000000;
	width: 950px;
	height: 475px;
	margin: 0px auto;
}

.loading {
	background: url(../img/ajax-loader.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

#slideshow .slideshowThumbnail img {
	background-color: transparent;
	border: 0;
	padding: 2px;
	float: left;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
}

#slideshow a:hover.slideshowThumbnail img,
#slideshow .current img {
	padding: 2px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


#thumbnailwrapper {
	width: 950px;
	height: 70px;
	margin: 5px auto;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	clear:both;
}

#thumbnails {
	height: 100px;
	margin: 5px auto;
	position: relative;
}

.scrolling-content {
	width: 560px;
	height: 60px;
	text-align: center;
	position: absolute;
}

#controls{
	background: #222 url(../img/bg_controls.png) top left no-repeat;
	height: auto;
	width: 170px;
	clear:right;
	background-color: #222;
	margin: 0px auto;
	margin-right:4px;
	float: right;
	overflow:hidden;
	height:22px;
	border:#999 solid 1px;
}

#controls img {
	background-color: #222;
	padding: 3px;
	border:0px;
}

#caption {
	margin: 5px 10px 20px 10px;
	text-align: left;
	/*font-weight: bold;*/
		font-family:Verdana, Geneva, sans-serif;
		font-size: 12px;
		color:#CCCCCC;
		height: 35px;
}
.menuitem {
	float: left;
	border: solid 1px #999;
	width: 80px;
	height: 22px;
	font-size: 11px;
	margin-right: 1px;
	vertical-align:top;
	line-height: 20px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	color:#CCCCCC;
	display:block;
	
	
}
.menulink, .menulink:link, .menulink:visited{
	margin-right: 3px;
		width: 80px;
	border-bottom-style: none;
		color:#666666;
		display:block;
		float: left;
}
.menulink:hover, .menulink:active{
	float: left;
		width: 80px;
	color:#4c7680;
	background-color:#222222;
	display:block;
	border-bottom-style: none;
}
#showselector{
	margin-left: 6px;
}
.copy {
	color: #9c9c9c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
}
.copy a{
	text-decoration:none;
}