/*
    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: 210px; height: 204px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 210px; overflow: auto; height: 204px; 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: 20; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding-left:5; height: 317px; width: 210px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 30px; background: url(http://www.izmir.bel.tr/imgItem/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: -185px 100px; left: 187px;}
.anythingSlider .back                   { background-position: 0 100px; right: 180px; }
.anythingSlider .forward:hover          { background-position: -185px 100px; left: 187px;}
.anythingSlider .back:hover             { background-position: 0 100px; right: 180px; }

/*
  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; }