/*
    anythingSlider v1.0
    
    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: 300px; height: 159px; position: relative; margin: 0 auto 0px; border: 0px solid red; margin-bottom: 15px;}
.anythingSlider .wrapper                { width: 300px; overflow: auto; height: 140px; margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; list-style-position: inside; list-style-type:none; position: absolute; top: 0; left: 0px; border-bottom: 0px solid #e0a213; margin: 0; margin-left: 0px; padding: 0px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 130px; width: 300px; margin: 0; }
.anythingSlider .wrapper ul li div      { display: block; float: none; border-bottom: 1px dotted silver; padding: 6px 0px;}
.anythingSlider .wrapper ul li a        { color: #110c0d; font-weight: normal; font-size: 12px; font-family: Tahoma; text-decoration: none; margin-left: 7px;}
.anythingSlider .wrapper ul li a:hover        { color: #006a9d; }

.anythingSlider .forward                { visibility: hidden; display: none; }
.anythingSlider .back                   { visibility: hidden; display: none; }
/*.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/slider-najnovi/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: 140px; text-align: left; }
#thumbNav a                             { color: white; font-weight: bold; font: 11px Verdana; display: inline-block; padding: 3px 7px; margin-left: 1px; background: #919191; text-align: center;  text-decoration: none}
#thumbNav a:hover                       { background-image: #006a9d; }
#thumbNav a.cur                         { background: #006a9d; }

/*
  Prevents
*/