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

.marquee_container {
	position: relative;
	width: 580px;
	height: 387px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.marquee_photos {
	position: absolute;
	left: 0px;
	top: 0px;
}
.marquee_caption {
	width: 580px;
	margin: 0;
	padding: 10px 0 10px 0;
	position: absolute;
	top: 377px;
	left: 0;
	color: #fff;
	background-image: url(../images/template/marquee_caption.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.marquee_caption_content {
	width: 300px;
	padding-left: 20px;
}
.marquee_caption h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #ececec;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.marquee_caption_content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.15em;
	color: #ececec;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 0;
}
.marquee_caption_content a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	font-weight: normal;
	color: #EEAE3E;
}
.marquee_caption_content a:hover {
	color: #ececec;
	text-decoration: none;
}
.marquee_nav {
	position: absolute;
	width: 240px;
	top: 360px;
	right: 20px;
	text-align: right;
}

.marquee_nav a {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-image: url(../images/template/nav_buttons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 3px;
	cursor: pointer;
}
.marquee_nav a:hover {
	background-position: -25px 0px;
}
.marquee_nav a.selected {
	background-position: -50px 0px;
}
.marquee_panels {
	display: none;
}
