/*
    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                         { border-bottom:1px solid #B5B5B5; margin-top: 28px; width: 1000px; height: 324px;  position: relative; background:#FFFFFF url(images/slideBg.jpg) no-repeat scroll 0 0; }
.anythingSlider .wrapper                { overflow: auto; position: absolute; top: 14px; left: 14px;  height:299px; margin:0 auto; width:974px;  }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height:299px; width:974px; margin: 0; }


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


.anythingSlider img { padding: 7px; border: 1px solid #c2c2c2; background: #dadada }
.anythingSlider a.arrow, .anythingSlider a.playing, .anythingSlider #start-stop { display: none; }

.anythingSlider li.bigImg { position: relative; } 	
@font-face { font-family: 'Blue Highway Linocut'; src: url('bluehigl.ttf'); }

.anythingSlider li.bigImg .readTime h2 { font-family: Georgia; font-size: 30px; color: #fcdc04; font-weight: normal; display:none!important; } /* color: #ffd200; */


/*.anythingSlider li.bigImg .readTime h2 { font-family: 'Blue Highway Linocut'; font-size: 52px; color: #fcdc04; font-weight: normal; }*/ /* color: #ffd200; */
.anythingSlider li.bigImg .readTime { position: absolute; top: 20px; left: 17px; }
.anythingSlider li.bigImg .readTime span { display: block; font-size: 20px; color: #fff; display: none; }
.anythingSlider li.bigImg .readTime a { display: none; margin-top: 100px; margin-left: 45px; height: 25px; width: 136px; text-indent: -9999px; background: url(../images/clickHere2.gif) no-repeat; }
#slider2{margin-top:1em;}
#slider li, #slider2 li{ width:974px; height:299px; overflow:hidden;  }	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ display:block; width:30px; height:77px; position:absolute; left:-30px; top:71px; z-index:1000; }	
#nextBtn, #slider1next{  left:696px; }														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  display:block; position:relative; width:30px; height:77px; background:url(../images/btn_prev.gif) no-repeat 0 0;	 }	
#nextBtn a, #slider1next a{ background:url(../images/btn_next.gif) no-repeat 0 0;	}	

	
/* numeric controls */	
#thumbNav{ margin:1em 0; float:right; padding:0; height:6px; position:absolute; top:-24px; right:-5px; }
#thumbNav a{ padding:0; line-height:6x; float:left; margin:0 5px 0 0; height:6px; font-size:0px; background:url(../images/pageInf.png) no-repeat 0 0; width:6px; }
#thumbNav a.cur { background:url(../images/pageInfH.png) no-repeat 0 0; }
#thumbNav a:focus, 
#prevBtn a:focus, #nextBtn a:focus{outline:none;}
