﻿.aciklama
{
    margin: 0;
    color: White;
    padding-left: 3px;
    font-family: Arial;
    font-size: 10px;
    width: 100%;
    height: 40px;
    display: block;
    background-image: url(../images/arka.png);
}
#arka
{
    margin: 0px;
    width: 693px;
    height: 400px;
    display: inline block;
    position: relative;
    left: 0;
    top: 0;
    float: left;
}
#ldiv, #rdiv
{
    margin: 0;
    width: 345px;
    height: 400px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    z-index: 2;
    cursor: pointer;
}
.albumler
{
    margin: 5px 0 0 20px;
    overflow: auto;
    height:auto;
    width: 680px;
    display: block;
    overflow: hidden;
}
.degisik
{
    border: solid 1px #2C2C2C;
    cursor: pointer;
    float:left; 
    display:inline block; 
    margin:0 10px 10px 0; 
    padding:0; 
    width:100px; 
    height:55px; 
    vertical-align:top; 
    background-repeat:no-repeat; 
}
#loading
{
    font-family: Arial;
    font-size:10px;
    text-align:center;
    color: #fff;
    display:none;
    position:absolute;
}

