.anasayfa_block{
    margin-top: 15px;
}
.anasayfa_5li_container{
    margin-left: -9px;
}
.anasayfa_5li_sol_box{
    width: 478px; 
    height: 301px; 
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 9px;
}
.anasayfa_5li_sol_box .baslik{
    position:absolute;
    width:458px;
    min-height:28px;
    line-height:30px;
    overflow:hidden;
    left: 5px;
    bottom:5px;
    color:#fff;
    font-size:24px;
    background-color:rgba(21,21,21,.7);
    padding:5px;
    vertical-align: middle;
}
.anasayfa_5li_sol_box img{
    height: 100%; 
}
.anasayfa_5li_sag_container{
    width: 482px; 
    height: 300px; 
    float: left; 
    margin-top: -9px;
}
.anasayfa_5li_sag_box{
    width: 232px; 
    height: 146px; 
    float: left;
    margin-left: 9px;  
    margin-top: 9px;
    position: relative;
}
.anasayfa_5li_sag_box .baslik{
    position:absolute;
    width:212px;
    min-height:20px;
    line-height:20px;
    overflow:hidden;
    left: 5px;
    bottom:5px;
    color:#fff;
    font-size:16px;
    background-color:rgba(21,21,21,.7);
    padding:5px;
    vertical-align: middle;
}
.anasayfa_5li_sag_box img{
    width: 232px; 
    height: 146px;
}





.anasayfa_2li_container{
    width: 241px;
    float: left; 
    margin-top: -9px;
}

.anasayfa_2li_box{
    width: 232px; 
    height: 146px; 
    float: left;
    margin-left: 9px;  
    margin-top: 9px;
    position: relative;
}
.anasayfa_2li_box .baslik{
    position:absolute;
    width:212px;
    min-height:20px;
    line-height:20px;
    overflow:hidden;
    left: 5px;
    bottom:5px;
    color:#fff;
    font-size:16px;
    background-color:rgba(21,21,21,.7);
    padding:5px;
    vertical-align: middle;
}
.anasayfa_2li_box img{
    width: 232px; 
    height: 146px;
}




















.anasayfa_3lu_container{
    margin-left: -18px; 
    margin-top: 15px;
}
.anasayfa_3lu_container a{
    color: #3e4059;
    font-size: 24px;
    font-weight: bold;
}
.anasayfa_3lu_container a:hover{
    color: #3e4059;
}
.anasayfa_3lu_container img{
    width: 100%;
    height: 173px;
}
.anasayfa_3lu_box{
    width: 308px; 
    float: left;  
    margin-left: 18px;
    position: relative;
}
.anasayfa_3lu_box .play_icon{
    width: 51px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 128px;
}
.anasayfa_a24_sol_container{
    width: 643px;
    height: 380px;
    overflow: hidden;
    float: left;
}
.anasayfa_a24_sol_container img{
    width: 100%;
    height: 100%;
}
.anasayfa_a24_sag_container{
    width: 310px;
    float: left;
    margin-left: 7px;
    margin-top: -7px;
    overflow: hidden;
}
.anasayfa_a24_sag_box{
    height: 186px;
    margin-top: 7px;
}
.anasayfa_a24_sag_box img{
    width: 100%;
    height: 100%;
}
.anasayfa_a24_block{
    margin-top: 15px;
}


.anasayfa_3lu_container .cat_baslik{
    margin-left: 18px; 
}

.anasayfa_3lu_container .cat_baslik{
    font-size: 16px;
    margin-bottom: 10px;
}













/* Flashing */
.link_image:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}





