﻿
body
{
    background: url(../r/galeriZemin.png) #fff;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Arial, Tahoma;
    overflow: hidden;
}

#tumbullar
{
    position: absolute;
    width: 182px;
    right: 0px;
}
#oyTombulum
{
    overflow: hidden;
}

.ustOk
{
    width: 73px;
    height: 46px;
    margin-left: 6px;
}
.ustOk a
{
    display: block;
    height: 46px;
    background: url(../r/galeriOkUp.png) no-repeat;
    background-position: 0px 0px;
}

.ustOk a:hover
{
    background-position: 0px -46px;
}

.altOk
{
    width: 73px;
    height: 46px;
}
.altOk a
{
    display: block;
    height: 46px;
    background: url(../r/galeriOkDown.png) no-repeat;
    background-position: 0px -46px;
}

.altOk a:hover
{
    background-position: 0px 0px;
}

.resim
{
    background-image: url(../r/galerifotoZemin.png);
    background-repeat: no-repeat;
    height: 116px;
    width: 182px;
}

.resim:Hover
{
    background-image: url(../r/galerifotoZeminHover.png);
    background-repeat: no-repeat;
    height: 116px;
    width: 182px;
}

.resim img
{
    margin: 7px 0px 0px 16px;
    width: 152px;
    height: 99px;
    border: 0px;
}
.resim .resimZemin
{
    position: relative;
    margin-top: -16px;
    width: 146px;
    margin-left: 16px;
    background-color: #b3b3b3;
    height: 14px;
    padding: 3px;
    text-align: center;
}

#anaResim
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #f3f3f3;
    border: 2px solid #b9b9b9;
}

a
{
    color: Black;
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
}


a:hover
{
    color: gray;
    font-family: Tahoma;
    font-size: 10px;
    text-decoration: none;
}


#icerikler
{
    top: 95px;
    left: 50%;
    margin-left: -360px;
    width: 750px;
    height: 403px;
    position: absolute;
    z-index: 99;
            *margin-left: 115px;
    _margin-left: 115px;
}




.baslik
{
    background-image: url(../r/icerikBaslik.png);
    width: 735px;
    padding-top: 19px;
    padding-left: 15px;
    height: 30px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}


.icerik
{
    background-image: url(../r/icerikDetay.png);
    width: 720px;
    padding-top: 19px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 320px;
    font-family: Arial;
    font-size: 12px;
    line-height: 26px;
    text-indent: 25px;
    text-align: justify;
    display: none;
}


.zoom
{
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after
{
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0; 
}

.zoom img
{
    display: block;
}

.zoom img::selection
{
    background-color: transparent;
}
