@charset "UTF-8";

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

body {
	background-color: #fff;
	font-family: Arial;
	color: #555;
	font-size: 0.75em;
}

.marquee_panels {
	display: none;
}
.marquee_container {
	position: relative;
	width: 700px;
	height: 350px;
	overflow: hidden;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	-moz-box-shadow: 0px 0px 2px 1px #666;
	-webkit-box-shadow: 0px 0px 2px 1px #666;
	box-shadow: 0px 0px 2px 1px #666;
}
.marquee_photos {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.marquee_caption {
	width: 700px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	color: #fff;
	position: absolute;
	top: 340px;
	left: 0px;
	background: url(../images/template/marquee_caption.png) 0px 0px;
}
.marquee_caption_content {
	width: 410px;
	padding: 0px 0px 0px 25px;
}
.marquee_caption h2 { margin: 0px 0px 10px 0px; color: #fff; font-size: 1.25em; font-weight: normal; text-transform: uppercase; }
.marquee_caption p {
	margin: 0px 0px 12px 0px;
	color: #fff;
}
.marquee_caption a {
	color: #ffc600;
}
.marquee_caption a:hover {
	color: #fff;
}
.marquee_flag {
	float: left;
	margin-right: 10px;
}

.marquee_nav {
	position: absolute;
	width: 240px;
	top: 310px;
	right: 20px;
	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;
}
