div#mainContainer{
	position:relative;
	border:none;
}
div#heroSpacer{
	height:215px;
	width:984px;
}
div#heroSM{
	width:984px;
	height:211px;
	display:none;
	/*background: #fff url(../images/heroVideo_BG_small.jpg) no-repeat top left;*/
	/*../images/heroVideo_BG_small.jpg  ../images/temp_homeVideoScrollBG_sm.jpg */
  }

img#heroToggle, img#heroToggleFlash{
	position:absolute;
	top:0px;
	left:969px;
	margin:0;
	padding:0;
	display:none;
}
/* HERO VIDEO Horizontal SCROLL AREA */
#arrowLeft{
position:absolute;	
top:9px;
left:5px;
}
#arrowRight{
position:absolute;
top:3px;
left:938px;
}

div#horzScrollMask{
	position:absolute;
	top:10px;
	left:224px;
	overflow:hidden;
	/* 672, 664 */
	width:664px;
	height:185px;
	margin:0px 0px 0 48px;
	padding:17px 0 0 0;	
}
div#heroScroll{	
	position:relative;
	top:0px;
	left:0;
	display:block;
	width:100000px;
	height:200px;
}

/* new two window scroll */
div#horzScrollMask1{
	position:absolute;
	top:2px;
	left:0px;
	overflow:hidden;
	/* 672, 664 */
	width:448px;
	height:185px;
	margin:0px 0px 0 48px;
	padding:17px 0 0 0;
	
}
div#horzScrollMask2{
	position:relative;
	top:2px;
	left:664px;
	overflow:hidden;
	/* 672, 664 */
	width:224px;
	height:185px;
	margin:0 0 0 57px;
	padding:17px 0 0 0;	
}
div#heroScroll1{
	position:relative;
	top:0px;
	left:0;
	display:block;
	width:100000px;
	height:200px;
}
div#heroScroll2{
	position:relative;
	top:0px;
	left:-664px;
	display:block;
	width:100000px;
	height:200px;
}
/*  end two window scroll*/


li.heroScrollItem{
	display:block;
	float:left;
	width:216px;
	height:185px;
	text-align:center!important;
	margin-right:8px;
}
li.heroScrollItem a{
	color:#00a8d4;
	text-decoration:none;
	text-align:center!important;
}
li.heroScrollItem a:hover{
	color:#007b9b;	
}
li.heroScrollItem p{
	font-size:11px;
	color:#00a8d4;
	margin:3px 15px 0 15px;
	line-height:14px;
	padding:0 5px;
	text-align:center!important;
}
li.heroScrollItem a:hover p{
	color:#007b9b;	
}
/* END HERO VIDEO SCROLL AREA */

