/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 580px; overflow: hidden; height: 182px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 182px; width: 580px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 70px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; bottom: -70px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; bottom: -70px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: none; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { display: none; background: green; background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

#heroNavigation {
	background:url("../images/") no-repeat;
	width: 820px;
	height: 70px;
}
#heroNavigation div, #heroNavigation a {
	height:70px;
	display:block;
}
#heroNavigation div {
	float:left;
	list-style:none;
	text-indent: -5000px;
}

#carouselBack {width: 90px;}
#carouselOne {width: 146px;}
#carouselTwo {width: 189px;}
#carouselThree {width: 177px;}
#carouselFour {width: 128px;}
#carouselNext {width: 90px;}

#carouselBack a:hover {background:url("../images/hero_sprite.jpg") 0px -70px no-repeat; }
#carouselOne a:hover {background:url("../images/hero_sprite.jpg") -90px -70px no-repeat; }
#carouselTwo a:hover {background:url("../images/hero_sprite.jpg") -236px -70px no-repeat; }
#carouselThree a:hover {background:url("../images/hero_sprite.jpg") -425px -70px no-repeat; }
#carouselFour a:hover {background:url("../images/hero_sprite.jpg") -602px -70px no-repeat; }
#carouselNext a:hover {background:url("../images/hero_sprite.jpg") -730px -70px no-repeat; }

