.hero_navigation
{
    display: block;
	position: relative;
	bottom: 0;
	right: 0;
	z-index: 10;
	height: 14px;
}

.hero_navigation ul
{
	margin-top: -120px;
	margin-left: 245px;
	padding-left: 20px;
	width: 120px;
}

.hero_navigation ul li p
{
	padding: 0;
}

.hero_left_arrow
{
    float: left;
	background-image: url('/images/site/arrow_l_8c2020.gif');
	background-repeat: no-repeat;
	width: 10px;
	height:15px;
	margin-left: 5px;
	cursor:pointer;
}

.hero_right_arrow
{
    float: left;
	background-image: url('/images/site/arrow_r_8c2020.gif');
	background-repeat: no-repeat;
	width: 10px;
	height:15px;
	margin-left: 5px;
	cursor:pointer;
}

.hero_nav_item_selected
{
    display: block;
    float: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #cccccc;
	vertical-align: top;
	margin-left: 5px;
	height:14px;
	width: 3px;
	overflow:hidden;
	cursor:pointer;
}

.hero_nav_item_not_selected
{
    display: block;
    float:left;
	padding:0 5px 0 5px;
	background-color:#cccccc;
	vertical-align: top;
	margin:0 0 0 5px;
	height:14px;
	width:3px;
	overflow:hidden;
	cursor:pointer;
}

.zoomEqualsOne
{
    zoom:1;
}

#vistaHeroWrapper
{
	height:270px;
}

#vistaHero
{
	width: 502px;
	position: relative;
	z-index: 0;
	float:left;
}

#windowsHero
{
	position:relative;
	z-index:0;
	width:502px;
	height:260px; /* was 319px */
	float:left;
}

#hero_nav_control
{
	width: 120px;
	position: absolute;
	z-index: 100;
	top: 230px;
	left: 396px;
}


.herolistItems
{
    border: 1px red solid;
    z-index:100;
}

.heroLiveText
{
    width: 300px;
	position: absolute;
	z-index: 100;
	top: 105px;
	left: 285px;
	color:Aqua;
}

.heroVistaText
{
	width:250px;
	position:absolute;
	z-index:100;
	top:65px;
	left:22px;
	color:#fff;
}

.heroVistaText a:link, .heroVistaText a:visited, .heroVistaText a:active
{
	color:#fff;
}

.heroVistaText a:hover
{
	color:#fff;
	text-decoration: none;
}

.heroVistaTextTwoLine
{
	width:250px;
	position:absolute;
	z-index:100;
	top:75px;
	left:22px;
	color:#fff;
}

.heroVistaText2
{
	width:250px;
	position:absolute;
	z-index:100;
	top:65px;
	left:22px;
	color:#646464;
}
