@charset "UTF-8";
/* CSS Document */

.marqueeContainer  {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 9px;
	overflow: hidden;
	position: relative;
	height: 325px;
	width: 700px;
}
.marqueePhotos {
	left: 0px;
	top: 0px;
	position: absolute;
}
.marqueeCaption {
	height: 300px;
	width: 271px;
	position: absolute;
	top: 0px;
	background-image: url(../_images_marquee/marquee_shade_271_300.png);
	right: 0px;
	display: none;
}
.marqueeCaptionContent {
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 5px;
	display: none;
}



.marqueeCaption h1 {
	font-size: 3em;
	color: #FFFFFF;
	line-height: 0.7em;

}
.marqueeCaption h2 {
	font-size: 3em;
	color: #fff;
}
.marqueeCaption  h3 {
	font-size: 1em;
	color: #fff;
}
.marqueeCaption a  {
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}

.marqueeCaption a:hover  {
	font-size: 1em;
	font-weight: bold;
	color: #781050;
}


.marqueeNav {
	float: right;
	height: 50px;
	width: 175px;
	position: absolute;
	top: 305px;
	left: 600px;
}
.marqueeNav a.selected {
	background-position: -48px 0px;
}
.marqueeNav a.selected:hover {
	background-position: -48px 0px;
}
.marqueeNav a {
	background-image: url(../_images_marquee/boxes_24_24_3_v2.png);
	background-position: 0px 0px;
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-left: 4px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.marqueeNav a:hover {
	background-position: -24px 0px;
}
.marqueePanels {
	display: none;
}
.marqueePhoto {
}

.marqueeContainer.autoplay .marqueeNav a {
	opacity: .4;
	filter: alpha(opacity=40);	
}

.marqueeContainer.autoplay .marqueeNav a.selected {
	opacity: 1;
	filter: alpha(opacity=100);	
}
#content .marqueePanels .marqueePanel .marqueePanelCaption h3 a:hover {
	color: #0FC;
}
