﻿.sayfa
{
    margin: 0;
    background-color:#ffffff;
}
.div_slayt_root
{
    width: 496px;
    height: 280px;
    position: relative;
    overflow: hidden;
    float:left;
}
.div_slayt
{
    width: 496px;
    height: 280px;
    padding: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
}
.div_slayt img
{
    width: 496px;
    height: 280px;
    top: 0;
    left: 0;
    display: block;
}

.div_vproje_root
{
    width: 226px;
    height: 254px;
    position: relative;
    overflow: hidden;
    float:left;
}
.div_vproje
{
    width: 212px;
    height: 242px;
    padding: 0;
    margin: 0;
    z-index: 0;
    position: absolute;
}
.div_vproje img
{
    width: 212px;
    height: 242px;
    top: 0;
    left: 0;
    display: block;
    margin:5px 6px 0 7px;
}

