/* 
    Document   : CSSGalerija
    Created on : 23.09.2009., 23.34.50
    Author     : MVSoft
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#GALTeloZaGaleriju{
    width:100%;
    height:auto;
    border:0px solid black;
}
.GALMalaSlika{
    
    width:18%;
    height:auto;
    border:0px solid black;
    margin:5px;
    padding:0px;
    float:left;
    background:url(../../Ucitavanje/krug.gif) center no-repeat;
}
.GalerijaGreska{
    color:red;
}
#JesteLiGAL{
    margin:10px auto;
    width:100%;
    border:1px solid #cfe9ed;
    margin:0 auto;
    display:block;
    text-align:center;
    height:100px;
    display:none;

}