#ScrollStage{ 
	position:relative; 
	width:900px; 
	margin:0 auto 0 auto; 
	height:368px; 
	z-index:1; 
	overflow:hidden; 
} 
#ScrollStage #LeftGrad{ 
	position:absolute; 
	z-index:10; 
	left:0px; 
} 
#ScrollStage #RightGrad{ 
	position:absolute; 
	z-index:10; 
	right:0px; 
} 
#ScrollStage #FeatureScroller{ 
	left:-731px;
	width:15000px;
	position:absolute; 
	height:368px; 
	z-index:5; 
	top:0px; 
} 
#ScrollStage .feature{ 
	position:relative; 
	width:762px; 
	height:368px; 
	margin:0px 39px 0px 0px; 
	overflow:hidden; 
	float:left; 
} 
#ScrollStage .featureimage{ 
	z-index:1; 
	position:absolute; 
} 
#ScrollStage .featuretext{ 
	z-index:10; 
	position:absolute; 
	height:172px; 
	width:100%; 
	bottom:-70px; 
} 
.bodytext{ 
	background-color:#55585E; 
	color:#FFFFFF; 
	position:relative; 
	height:100%; 
	width:100%; 
} 
.bodyopacity{ 
	background-color:#55585E; 
	padding:10px; 
/*	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;*/
}
.bodyopacity a{ 
	color:#fff; 
} 
.bodyopacity input[type="button"]{ 
	width:150px;
} 
.bodyopacity .leftcopy{ 
	width:65%; 
	line-height:1.5em;
	float:left; 
} 
.bodyopacity .rightcopy{ 
	width:30%;
	padding-top:10px; 
	float:right; 
} 
#Selectors{ 
	width:753px; 
	margin:0 auto 0 auto; 
	padding:5px 5px; 
	background-color:#FFF; 
} 
h2{	
	text-transform:uppercase; 
	font-size:105%; 
	margin:10px 0px 15px 0px; 
	color:#30537C; 
}
.scrollthumb{ 
	margin:0px 10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	margin-bottom:2px; 
} 
#FeatureThumb_1{ 
	margin-left:0px;
	margin-right:10px; 
} 
#FeatureThumb_7{ 
	margin-right:0px; 
	margin-left:10px; 
}
#Selectors .selected{ 
	border:2px solid #B01F44; 
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
} 
#ThumbPopUp { 
	position:relative; 
	width:100%; 
	height:80px; 
} 
#ThumbPopUp table{ padding:0px; border:none; margin:0px; position:absolute; }
#ThumbPopUp table td{ 
	padding:0px; border:none; margin:0px; 
} 
#ThumbPopUp table td.top-left{
	background:url(/images/popupbox_topleftarrow.png) no-repeat left top; 
} 
#ThumbPopUp table td.top-right{
	background:url(/images/popupbox_toprightarrow.png) no-repeat right top; 
} 

#ThumbPopUp table td.left{ 
	background:url(/images/popupbox_left.png) repeat-y left top; 
	width:2px; 
} 

#ThumbPopUp table td.right{ 
	background:url(/images/popupbox_right.png) repeat-y right top; 
	width:2px; 
} 

#ThumbPopUp table td.bottom{ 
	background:url(/images/popupbox_bottom.png) repeat-x left top; 
	height:2px; 
} 
#ThumbPopUp table td.copy{ 
	background:url(/images/popupbox_bg.png) repeat left top; 
	color:#FFFFFF; 
	text-transform:uppercase; 
	font-size:95%; 
	padding:5px; 
} 
