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

@charset "UTF-8";

.marquee_panels {
	display: none;
}
.marquee_container { position: relative; width: 650px; height: 250px; overflow: hidden; margin: 0px 0px 30px 0px; padding: 0px; }
.marquee_photos { position: absolute; top: 0px; left: 0px; display: none; }
.marquee_caption {
	width: 650px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #fff;
	position: absolute;
	top: 240px;
	left: 200px;
	background: url(../images/marquee_caption.png) 0px 0px;
}
.marquee_caption_content { width: 410px; padding: 0px 0px 0px 15px; }
.marquee_caption h2 { margin: 0px 0px 5px 0px; color: #fff; font-size: 1.25em; font-weight: bold; text-transform: uppercase; }
.marquee_caption p { margin: 0px 0px 5px 0px; color: #fff; font-size:14px; }
.marquee_caption a { color: #B5B7B9; }
.marquee_caption a:hover { color: #fff; }
.marquee_flag { float: left; margin-right: 10px; }

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

.marquee_container.autoplay .marquee_nav a { opacity: .4; }
.marquee_container.autoplay .marquee_nav a.selected { opacity: 1; }



#marquee_btn{
	margin-left:330px;
	margin-top:-5px;
}