@charset "UTF-8";
/* CSS Document */
*                                       { margin: 0; padding: 0; }
a, a img                                { border: 0; text-decoration: none; outline: 0; }
.anythingSlider                         { width: 580px; height: 360px; position: relative; margin: 20px 0px 0 8px;}

.anythingSlider .wrapper                { width: 580px; overflow: auto; height: 360px; margin: 0 0px; 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: #fff; margin: 0;}

.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0;}

.anythingSlider .arrow                  { display: block; height: 0px; width: 0px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }

.anythingSlider .forward                { background-position: 0 0; right: -20px; }

.anythingSlider .back                   { background-position: -67px 0; left: -20px; }

.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: white; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #3a3a3a url(../jquery/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }

#thumbNav a:hover                       { background-image: none; }

#thumbNav a.cur                         { background: #400000; color:#fff; }


#seperatorForSlider{
	position:absolute;
	top:320px;
	left:58px;
	height:5px;
	width:459px;
	background-color:#3a3a3a;
	z-index:9;
	}
	
#sliderSlide1, #sliderSlide2, #sliderSlide3, #sliderSlide4, #sliderSlide5{
	position:absolute;
	width:580px;
	height:317px;
	color:#333;
	}
#sliderSlide1 a, #sliderSlide2 a, #sliderSlide3 a, #sliderSlide4 a, #sliderSlide5 a{
	color:#333;
	text-decoration:underline;
	}
#sliderSlide1 a:hover, #sliderSlide2 a:hover, #sliderSlide3 a:hover, #sliderSlide4 a:hover, #sliderSlide5 a:hover{
	color:#900;
	}
#sliderSlide1Image{
	position:relative;
	top:75px;
	left:80px;
	}
#sliderSlide1Description{
	position:absolute;
	width:274px;
	height:133px;
	top:15px;
	left:15px;
	}

#sliderSlide2Image{
	position:relative;
	top:0px;
	left:-5px;
	}
#sliderSlide2Description{
	position:absolute;
	width:274px;
	height:133px;
	top:15px;
	left:250px;
	}
#sliderSlide3Image{
	position:relative;
	top:-10px;
	left:40px;
	}
#sliderSlide3Description{
	position:absolute;
	width:200px;
	height:50px;
	top:250px;
	left:350px;
}
#sliderSlide4Image{
	position:absolute;
	top:75px;
	left:115px;
	}
#sliderSlide4Description{
	position:absolute;
	width:400px;
	height:100px;
	top:10px;
	left:90px;
}
#sliderSlide4Link1{
	position:absolute;
	top:244px;
	left:59px;
	}
#sliderSlide4Link2{
	position:absolute;
	top:244px;
	left:238px;
	}
#sliderSlide5Image{
	position:absolute;
	top:60px;
	left:95px;
	}
#sliderSlide5Description{
	position:absolute;
	top:5px;
	left:90px;
	width:400px;
	height:30px;
	}

/*

  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; }

