/*
    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                         { width: 940px;  height: 283px;  margin: 0 ;   position:relative; }
.anythingSlider .wrapper                { width: 940px; overflow: auto; height: 283px; margin:  0 10px 30px 10px;  border-top: 1px solid #171e09;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; padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 282px; width: 940px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(dev/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: 250px; text-align: right; margin-right: 60px; }
#thumbNav a                             { color: #fff; font: 18px Helvetica, Arial, sans-serif; display: inline-block; padding: 5px; width:20px; height: 20px; margin: 0 5px 0 0; background: #000; text-align: center; text-decoration:none; }
#thumbNav a:hover                       { background: #660033; color:#fff;}
#thumbNav a.cur                         { background: #660033; color:#fff; }

#start-stop                             { background: #336600; color: white; padding: 5px; width: 40px; height:20px; text-align: center; position: absolute; right: 10px; top: 250px; color: #fff; font: 18px Helvetica, Arial, sans-serif; text-decoration:none; display:none;}
#start-stop.playing                     { background-color: #660033; }
#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; }

/*Images*/


.slideTitle {font-family: Georgia, serif; font-weight:bold; float:right;
	text-align:right;
	font-size: 4em;
	color:#000;
	padding: 0.2em;
	margin: 10px 10px 0 0; background:url(images/sliderTitleBG.png); clear:right;
	display:none;}
.slideLink a, .slideLink a:hover {font-family: Georgia, serif; float:right; font-weight:bold;
	
	font-size: 3.4em;
	text-decoration:none;
	color:#000;
	padding: 0.2em;
	margin: 210px 10px 0 0; clear:right;
	display:block;
	width: 500px;
	height: 60px;
	
	text-indent: -30000px;
	}
	
.mainSlide1 {background:#fff url(media/img/sliderBG.png) top no-repeat; display:block; height: 283px}
.mainSlide2 {background:#fff url(media/img/sliderBG1.png) top no-repeat; display:block; height: 283px}
.mainSlide3 {background:#fff url(media/img/sliderBG2.png) top no-repeat; display:block; height: 283px}
.mainSlide4 {background:#fff url(media/img/sliderBG3.png) top no-repeat; display:block; height: 283px}
.mainSlide5 {background:#fff url(dev/images/slideBG5.jpg) top no-repeat; display:block; height: 283px}
.mainSlide6 {background:#fff url(dev/images/slideBG6.jpg) top no-repeat; display:block; height: 283px}