#featureMain {
	width:653px; 
	height:289px; 
	padding:0 0 0 0; 
	margin:0px 0 0 0; 
	float:left; 
	position:absolute; 
	background:#333333; 
	overflow:hidden; 
}
#featureMain .slides { 
	width:auto; 
	height:268px; 
	float:left; 
	position:relative; 
	overflow:hidden; 
	left:0; 
}
#featureMain .slide { 
	width:653px; 
	height:268px; 
	float:left; 
	background-color:#111; 
}
#featureMain .slide img { 
	border:none; 
	padding:0; 
}
#featureMain .slides .video { 
	display:none; 
}
#featureMain .slides .active .video { 
	display:inline; 
}

#featureMain .navSlides { 
	width:653px; 
	height:21px; 
	float:left; 
	background:url('/images/features/ss-nav-bg.jpg') 0 0 repeat-x; }
#featureMain .navSlides ul { 
	list-style-type:none; 
	margin:0 0 0 11px; 
	padding:3px 0 0 0; 
	font-size:10px; 
	font-family: Arial; 
	line-height:14px; 
}
#featureMain .navSlides li { 
	float:left; 
	margin:0 8px 0 0; }
#featureMain .navSlides a { 
	width:16px; 
	padding:1px 0 0 0; 
	text-align:center; 
	text-decoration:none; 
	color:#333333; 
	display:block;
}
#featureMain .navSlides li.next a, #featureMain .navSlides li.prev a { 
	width:20px; 
	text-indent:-1000px; 
	overflow:hidden; 
}
#featureMain .navSlides li.next a { 
	/*background:url(../images/features/arrow_right.png) right 3px no-repeat; */
}
#featureMain .navSlides li.prev a { 
	/*background:url(../images/features/arrow_left.png) left 3px no-repeat; */
}
#featureMain .navSlides li.active { 
	background:#FF1A1A; 
	background:#EEEEEE; 
}

#featureMain .progressBar { 
	width:100px; 
	height:5px; 
	background:#999999; 
	float:right; 
	margin:5px 22px 0 0; }
#featureMain .progressBar .bar { 
	background:#666666; 
	height:5px; 
	width:0; 
}

#journal-container {
	background-image:url('/images/mc_journal_bg.png');
	background-repeat:no-repeat;
	padding-top:18px;
	padding-left:15px;
	height:220px;
	width:265px;
	margin-top:15px;
}
