﻿.resimler
{
    width: 855px;
    display: table;
    float: left;

}
.resimlericdiv {
    float: left;
    margin: 0px 15px 10px 0px;
    max-width: 270px;
    /*border: 1px solid #1074BC;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .resimlericdiv a:hover {
        opacity: 0.7;
    }

    .resimlericdiv img {
    }

.resimgaleriicdiv {
    float: left;
    margin: 30px 20px 20px 0px;
    max-width: 280px;
}

    .radius {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
         max-width: 270px;
    }

        .resimgaleriicdiv a:hover {
            opacity: 0.7;
        }

.resimbaslik {
    float: left;
    max-width: 260px;
    margin-top: -20px;
}

    .resimbaslik span {
        color: #191970 ;
        font-weight:bold !important;
        font-size:16px !important;
    }

.galeriresim {
    width: 265px;
    height: 165px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float:left;
    margin-top:43px
}

