@charset "UTF-8";

#bigPhoto .grafika {
    width: 720px;
    max-height: 487px;
    text-align: center;
    clear: both;
}

#bigPhoto .grafika img {
    max-width: 720px;
    max-height: 487px;
    padding: 0px;
    border: 1px solid black;
    text-align: center; 
cursor: pointer;	
}

.gal_foto_box {
    width: 720px;
    overflow: auto;
    height: 170px;
}

.gal_foto_box .grafika{
    margin: 0px 2px;
}

td.foto_box div.grafika {
    float:left;
    margin:0px 2px 0px 2px;
    max-height:150px;
    text-align:center;
    width:auto;
	cursor: pointer;
}

td.foto_box div.grafika img {
border:1px solid #86643F;
max-height:148px;
max-width:250px;
padding:0;
text-align:center;
cursor: pointer;
}