.anythingSlider *                       { margin: 0px 0 0 0; padding: 0; background:none;  }
.anythingSlider                         { width: 600px; height: 300px; position: relative; margin:0 auto; }
.anythingSlider .wrapper                { width: 600px; overflow: auto; height: 300px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; text-align:center; float: left; padding: 0; height: 300px; width: 601px; margin: 0;}
.anythingSlider ul li h1 { font-family: 'GothamNarrow-Bold'; text-shadow: 0px 0px 3px #666; font-size:62px; line-height:78px; color:#0E76BC; text-align:left; letter-spacing:-1px; margin:0 0 0px 0; padding:0 }
.anythingSlider ul li p { font-family: 'GothamNarrow-Light'; letter-spacing:-1px; color:#0E76BC; font-size:24px; text-align:left; line-height:34px;}
.anythingSlider .arrow                  { display: block; }
.anythingSlider .forward                { display: block; cursor:pointer; position:absolute; top:260px; right:0px; font-size:0; width:15px; height:30px; background:url(../images/btn_headerSliderRight.png); }
.anythingSlider .back                   { display: block; cursor:pointer; position:absolute; top:260px; right:20px; font-size:0; width:15px; height:30px; background:url(../images/btn_headerSliderLeft.png); }
.anythingSlider .forward:hover          { display: block; }
.anythingSlider .back:hover             { display: block; }
.anythingSlider .forward:hover          { display: block; }
.anythingSlider .back:hover             { display: block; }
#thumbNav                               { position: relative; top:400px; left:30%; width:280px; text-align: right; display:none }
#thumbNav a                             { display: inline-block; text-align:center; font-size:0; background:url(../images/back_sliderBtn.png) no-repeat; width:14px; height:14px; margin-left:5px; }
#thumbNav a:hover                       { display: inline-block; text-align:center; font-size:0; background:url(../images/back_sliderBtnOver.png) no-repeat; width:14px; height:14px; margin-left:5px; }
#thumbNav a.cur                         { display: inline-block; text-align:center; font-size:0; background:url(../images/back_sliderBtnOver.png) no-repeat; width:14px; height:14px; margin-left:5px; }
#start-stop                             { display: none; }
#start-stop.playing                     { display: none; }
#start-stop:hover                       { display: none; }
.anythingSlider .wrapper ul ul          { display: none; }
.anythingSlider .wrapper ul ul li       { display: none; }

@media only screen and (min-width: 320px) and (max-width: 758px) { 

.anythingSlider                         { width: 240px; height: 300px; position: relative; margin:0 auto;  }
.anythingSlider .wrapper                { width: 240px; overflow: auto; height: 300px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; text-align:center; float: left; padding: 0; height: 300px; width: 240px; margin: 0;}
.anythingSlider ul li h1 { text-shadow: 1px 0 1px #000; font-size:30px; line-height:38px; text-align:center; letter-spacing:-1px; margin:0 0 20px 0; padding:0 }
.anythingSlider ul li p {  letter-spacing:-1px;  font-size:18px; text-align:center; line-height:28px;}

.anythingSlider .forward                { display: none;  }
.anythingSlider .back                   { display: none;  }

}


