/*
    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: 420px; 
    position: relative; 
    margin: 0 auto 0px; 
    border: 0px solid red; 
    margin-bottom: 5px;
    background-color: #e9e9e9;
    border: 0px solid #e8e8e8; 
    border-top: none;
}
.anythingSlider .wrapper                
{ 
    width: 300px; 
    overflow: auto;
    height: 420px; 
    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: 420px; 
    width: 300px; margin: 0; 
}
.anythingSlider .wrapper ul li div      
{ 
    display: block; 
    float: none; 
    border-bottom: 1px solid #e2e2e2; 
    padding: 0px 24px 0px 24px;
    clear: both;
}
.anythingSlider .wrapper ul li a        
{ 
    color: black; font-weight: bold; font-size: 11px; font-family: Arial; text-decoration: none;
    background-image: url(../images/najnovi-bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 15px;
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 25px;
    margin-left: 20px;
    width: 140px;
}
.anythingSlider img
{
    display: inline-block;
    position: relative;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.anythingSlider .wrapper ul li a:hover        { color: #c12435; font-weight: bold; font-size: 11px; font-family: Arial; }

.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: 405px; text-align: center; }
#thumbNav a                             { color: white; font-weight: bold; font: 11px Verdana; display: inline-block; padding: 3px 7px; margin-left: 1px; background: #c9c8c8; text-align: center;  text-decoration: none}
#thumbNav a:hover                       { background: #888888; }
#thumbNav a.cur                         { background: #888888; }

/*
  Prevents
*/
