@charset "utf-8";
/* Text color */

.feedlist {
  float: left;
    height: 303px !important;
    margin-bottom: 12px;
    margin-left: 4px;
    margin-top: -5px;
    width: 97.5%;
}
.feedlist ul {
   float: left;
    list-style: none outside none;
}
.feedlist ul li {
  background: url("../images/deger-alt.png") repeat-x scroll center 89px rgba(0, 0, 0, 0);
    float: left;
    height: 108px;
    margin-left: -39px;
}
.feedlist ul li img{
  float: left;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 5px;
    max-width: 66px;
    overflow: hidden;
    position: relative;
}
.feedlist ul li a.thumb {
  background: none repeat scroll 0 0 #fff;
    border: 1px solid #e4e4e4;
    float: left;
    margin-top: 3px;
    padding: 4px;
    width: 100px;
}
.feedlist ul li .desc {
    float: left;
    left: 7px;
    padding: 0;
    position: relative;
    width: 72.7%;
}


.slidebuttons p {
	float: left;
	padding: 8px 0px 0px 10px;
}
#controls {
    display: block;
    float: right;
    position: absolute;
    right: 28px;
    top: 187px;
}
#controls a {
    float: left;
    text-decoration: none;
}
#controls a.prevBtn {
 background: url("../images/haberokassagi.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 8px;
    margin-right: 6px;
    width: 12px;
}
#controls a.nextBtn {
 background: url("../images/haberokyukari.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 8px;
    width: 12px;
}
.desc h5 {
	 color: #304454;
    float: left;
    font-family: dosismedium;
    font-size: 16px;
    margin-bottom: 2px;
    overflow: hidden;
    top: 7px;
    width: 243px;
}

.desc a {
    color: #777;
    float: left;
    font-family: gnbook;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    height: 46px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-decoration: none;
    top: 2px;
    width: 94%;
}
div#cziaslayt {
overflow: hidden;
    position: relative;
    z-index: 99;
}
/* line 322, ../sass/screen.sass */

div#cziaslaytimg {
  background-position: center 25%;
    background-repeat: no-repeat;
    display: block;
    height: 66px;
    width: 100px;
}
 @media only screen and (min-width:319px) and (max-width:479px) {
     #controls {
         display: none;
     }
    .kayankisim {
        width: 100%;
    }
     .feedlist ul li a.thumb {
         width: 88px;
     }
     .feedlist ul li .desc {
         width: 67.7%;
     }
     div#cziaslaytimg {
         height: 79px;
     }

}
@media only screen and (min-width: 479px) and (max-width: 767px) {
    #controls {
        display: none;
    }

    .kayankisim {
        width: 100%;
    }
    .feedlist ul li a.thumb {
        width: 106px;
    }
    .feedlist ul li .desc {
        width: 75.3%;
    }
    div#cziaslaytimg {
        height: 79px;
    }


}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
    #controls {
        display: none;
    }

    .degerler li {
        width: 30.4%;
    }
    .baslik {
        margin-top: 7px;
        text-align: center;
        text-indent: 0;
    }
    .kutular {
        border: medium none;
        float: left;
        padding: 13px 0 20px 12px;
        position: relative;
        top: 39px;
        width: 305px;
    }
}

