@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */
/* Modified by Paul Snepsts      */
/* for torontosketchfest.com     */



.marquee_panels { display: none; }
.marquee_container { position: relative; width: 1040px; height: 381px; overflow: hidden; margin:0 0 0 -20px; padding: 0px; background:url(../images/feature-base.png) bottom no-repeat;}
.marquee_photos { position: absolute; top: 0px; left: 0px; display: none; }
.marquee_caption_container {
	width: 445px;
	height:365px;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/feature-bg.png) 0px 0px;
}
.marquee_caption {
	width: 445px;
	height:365px;
	margin:24px 0 0 135px;
	color: #fff;
}

.marquee_caption p, .marquee_caption h4, .marquee_caption h4 a, .marquee_caption h5 {
	padding:0 35px 0 0;
}
.marquee_caption h4 {
	font-size:1.500em;
	line-height:1.000em;
	color: #fff;
}
.marquee_caption h4 a {
	color:#fff;
	text-decoration:none;
	color: #fff;
}
.marquee_caption h4 a:hover {
	color:#700990;
}
.marquee_caption h5 {
	font-size:1.375em;
	line-height:1.000em;
	color: #fff;
}
.feature-divider {
	width:100%;
	height:15px;
	background:#700990;
	margin:12px 0;
}
.marquee_caption_content { width: 320px; }

.marquee_nav { position: absolute; width: 185px; bottom: 45px; left: 735px; text-align: left; }
.marquee_nav a {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 6px;
	background: url(../images/feature-nav-button.png) no-repeat 0px 0px;
	cursor: pointer;
}
.marquee_nav a:hover { background-position: -23px 0px; }
.marquee_nav a.selected { background-position: -23px 0px; }

.marquee_caption_content a {
	color: #0CF;
	text-decoration:underline;
}
.marquee_caption_content a:hover {
	text-decoration:none;
}

