@charset "utf-8";
/* CSS Document */


/********************************/
/************ SLIDER NAV **********/

.heroDot  

{

width: 10px;

height: 16px;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;

border-top-width: medium;

border-right-width-value: medium;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-bottom-width: medium;

border-left-width-value: medium;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: none;

border-right-style-value: none;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-bottom-style: none;

border-left-style-value: none;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: -moz-use-text-color;

border-right-color-value: -moz-use-text-color;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-bottom-color: -moz-use-text-color;

border-left-color-value: -moz-use-text-color;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

background-color: transparent;

background-image: url(../layout/hero_nav_selected.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: center center;

}

.off  

{

background-color: transparent;

background-image: url(../layout/homepage/hero_nav.png);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: center center;

}

#heroImages {

	
}

.heroImg {
	position: absolute;
	border: none;
	top: 130px;
	width: 691px;
	height: 250px;

	 
}

#heroDots {
	position: absolute;
	top: 154px;
	width: 691px;
	align: center;
	text-align: center;
	
}

#heroDots a {
	text-decoration: none;
}

.heroDot {
	width: 10px;
	height: 16px;
	margin: 0px 0px;
	border: none;
	background: url(../layout/hero_nav_selected.png) no-repeat center center;
}

.off {
	background: url(../layout/hero_nav.png) no-repeat center center;
}

