/*

    Fluid Thumbnail Bar
    
    Author    : Sam Dunn
    Source    : Build Internet (www.buildinternet.com)
    Company : One Mighty Roar (www.onemightyroar.com)
    License : MIT License / GPL License
    
*/

    *{ margin:0; padding:0; /*border:none;*/ outline:none; }
    body{ }
    
    /* Thumbnail Tray
    ----------------------------*/            
   /* #thumb-tray{ width:246px; height:108px; position:fixed; z-index:3; bottom:40%; left:0; overflow:hidden; text-align:left; }
        
        ul#thumb-list{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
            ul#thumb-list li{ display:inline; width:100px; height:100px; float:left; overflow:hidden; margin:3; list-style:none; }
                ul#thumb-list li:hover{ cursor:pointer; }
    
    
    
        #thumb-prev, #thumb-next{ width:40px; height:106px; position:absolute; z-index:5; bottom:0; }
            #thumb-prev{ left:0; background: url('../img/thumb-back.png') no-repeat center center; }
            #thumb-next{ right:0; background:url('../img/thumb-forward.png') no-repeat center center; }
                #thumb-prev:hover, #thumb-next:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
                    #thumb-prev:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
                    #thumb-next:hover{ border-left:1px solid rgba(256,256,256, 0.2); }*/
        
        
/* dodano */   

#thumb-tray{
    width:246px;
    height:108px; 
    position:relative; 
    z-index:3; 
    overflow:hidden; 
    text-align:center; 
}

ul#thumb-list{ 
    display:inline-block; 
    position:relative; 
    left:0; 
    padding:0; 
    list-style:none; 
}
ul#thumb-list li{ 
    display:inline; 
    width:100px; 
    height:100px; 
    float:left; 
    overflow:hidden; 
    margin:3; 
    list-style:none; 
}
ul#thumb-list li:hover{ 
    cursor:pointer; 
}



#thumb-prev, #thumb-next{ 
    width:40px; 
    height:106px; 
    position:absolute; 
    z-index:5; 
    bottom:0; 
}
#thumb-prev{ 
    left:0; 
    background: url('../img/thumb-back.png') no-repeat center center; 
}
#thumb-next{ 
    right:0; 
    background:url('../img/thumb-forward.png') no-repeat center center; 
}
#thumb-prev:hover, #thumb-next:hover{ 
    cursor:pointer; 
    background-color:rgba(256,256,256, 0.1); 
}
#thumb-prev:hover{ 
    border-right:1px solid rgba(256,256,256, 0.2); 
}
#thumb-next:hover{ 
    border-left:1px solid rgba(256,256,256, 0.2); 
}
                                     
#gal_naslov_novosti_box {
    position: relative;
    width: 246px; 
    padding: 5px 0px 0px 0px;
}
#gal_naslov_novosti_box p {
    font-weight: bold;
    margin-bottom: 10px;
}