body{
    margin : 0px;
    padding : 0px;
    background-image : url(../img/bg.jpg); 
    background-repeat : repeat-x;
    background-position: left top;
}
h1{
    font-family : Arial;
    font-size : 12px;
    color: #000000;
    text-decoration:none;
    margin:0;
}
.bg2{
    background-image : url(../img/bg2.gif); 
    background-repeat : no-repeat;
    background-position: left top;
}
.meniu a:link, .meniu a:visited, .meniu a:active{
    font-family : Arial;
    font-size : 12px;
    color: #333333;
    text-decoration:none;
    font-weight:bold;
}
.meniu  a:hover {
    font-family : Arial;
    font-size : 12px;
    color: #CC0000;
    text-decoration:none;
    font-weight:bold;
}

.paging, .paging a:link, .paging a:visited, .paging a:active{
    font-family : Arial;
    font-size : 11px;
    color: #333333;
    text-decoration:none;
    font-weight:normal;
}
.paging  a:hover {
    font-family : Arial;
    font-size : 11px;
    color: #CC0000;
    text-decoration:none;
    font-weight:normal;
}

.li {color: #CC3300}
.tekstas {
    font-family : Arial;
    font-size : 12px;
    color: #000000;
    text-decoration:none;
}
.tekstas_white, .tekstas_white * {
    font-family : Arial;
    font-size : 11px;
    color: #FFFFFF;
    text-decoration:none;
}
.li2{
list-style-image:url(../img/st.gif)
}
.photoname {
    font-family : Arial;
    font-size : 11px;
    color: #000000;
    text-decoration:none;
}

ul.gallery {
    display:block;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0;
}

ul.gallery li {
    display:block;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:10px;
    text-align:center;
    height:168px; 
    width:130px;
    overflow:hidden; 
}

ul.gallery a.img {
    background-color: #999999;
    display:block;
    height:130px;
    overflow:hidden;
    padding:0;
    width:130px;
    margin:0 0 5px 0; 
}
ul.gallery a.txt {
    color:#333333;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
ul.gallery a.txt:hover {
   color:#cc0000; 
}

ul.gallery a.img img{
    border-width: 0;
    margin:5px;
}

