/*
    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: 320px; height: 240px; position: relative; top:0 ; left:0 ; margin:0; }
.anythingSlider .wrapper                { width: 320px; overflow: auto; height: 240px; position: absolute; top: 0; left: 0; margin: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:0px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 240px; width: 320px; }
.anythingSlider .arrow                  {  }
.anythingSlider .forward                {  }
.anythingSlider .back                   {  }
.anythingSlider .forward:hover          {  }
.anythingSlider .back:hover             { }

#thumbNav                               { position: relative; top: 240px; text-align: left; }
#thumbNav a                             { color: #247996; font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; display: inline-block; padding: 5px 8px; height: 20px;  width:15px; margin: 0; background: url(../images/haberbaslik.gif) repeat-x; text-align: center; }
#thumbNav a:hover                       { background: #FFEDAB; color:#F00; }
#thumbNav a.cur                         { background: #FFEDAB; }

#start-stop                             { background: #FFEDAB; color: #247996; font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 0; top: 240px; height:20px; }
#start-stop.playing                     { background-color: #ABDBEB; }
#start-stop:hover                       { background-color: #FFEDAB; color:#F00;  }

/*
  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; }
