@charset "UTF-8";

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

/* body { padding: 35px;background-color: #fff; font-family: 'PT Sans'; color: #555; font-size: 12.5px; } */

.marquee_panels { display: none; }
.marquee_container { position: relative; left: 30px; width: 949px; height: 350px; overflow: hidden; margin: 0px 0px 0px 0px; padding: 0px; border-right: 1px #fed8b2 solid;
 }


@media only screen and (max-width : 920px){
	.marquee_container {
		display: none;
	}
}



.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/marquee_template/marquee_caption.png) 0px 0px;
}
.marquee_caption_content { width: 470px; padding: 0px 0px 0px 20px; }
.marquee_caption h2 { margin: 0px 0px 0px 0px; color: #fff; font-size: 25px; font-weight: 400; text-shadow: 0px 1px 8px #4b4b4b;}
.marquee_caption p { margin: 0px 0px 15px 0px; color: #fff; }
.marquee_caption a { font-family: 'PT Sans',Lucida Sans Unicode,Lucida Grande,sans-serif; font-size: 14.5px; font-weight: 400; color: #D5D7CF; text-transform: uppercase; padding: 0 0 0px 0; }
.marquee_caption a:hover { color: #fff; }
.marquee_flag { float: left; margin-right: 10px; }

.marquee_nav { position: absolute; width: 240px; top: 313px; right: 304px; text-align: right; }
.marquee_nav a {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 15px;
	background: url(../images/marquee_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; }


/* new stuff autoplay */

.marquee_container.autoplay .marquee_nav a { 
	opacity: .5; 
	filter: alpha(opacity=50);

}
.marquee_container.autoplay .marquee_nav a.selected { 
	opacity: 1; 
	filter: alpha(opacity=100);
	
}