@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */

.marquee_panels { display: none; }
.marquee_container { position: relative; width: 490px; height: 300px; overflow: hidden; margin: 0px 0px 30px 0px; padding: 0px; 
border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 5px 3px #4e5d74;
	-webkit-box-shadow: 0px 5px 3px #4e5d74;
	-moz-box-shadow: 0px 5px 3px #4e5d74;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.marquee_photos { position: absolute; top: 0px; left: 0px; display: none; }
.marquee_caption {
	width: 490px;
	margin: 0px;
	padding: 40px 0px 10px 0px;
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/template/marquee_caption.png) 0px 0px;
}
.marquee_caption_content { width: 450px; padding: 0px 0px 25px 25px; }
.marquee_caption h2 { margin: 0px 0px 10px 0px; color: #ffc600; }
.marquee_caption p { margin: 0px 0px 12px 0px; color: #fff; }
.marquee_caption a { color: #ffc600; font: 14px 'NeutonRegular', Arial, sans-serif;}
.marquee_caption a:hover { color: #fff; }
.marquee_flag { float: left; margin-right: 10px; }

.marquee_nav {
	position: absolute;
	width: 140px;
	top: 269px;
	right: 17px;
	text-align: right;
}
.marquee_nav a {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 15px;
	background: url(../images/template/nav_buttons.png) no-repeat 0px 0px;
	cursor: pointer;
}
.marquee_nav a:hover { background-position: -25px 0px; }
.marquee_nav a.selected { background-position: -50px 0px; }
