

#ticker {
	height: 250px;
    border-bottom: 1px dotted #00556e;
}

#ticker li {
	height: 250px;
	width:100%;
	padding: 5px;
       list-style-type:none;
       text-align:center;
}

.haberresim {
    width:100%;
    float:left;
    }
    .haberresim img {
        width:auto;
        max-height:180px;
        max-width:180px;
    }
.haberbaslik {
    width:100%;
   float:left;
   color:#b00606;
   font-weight:bold;
   padding-left:5px;
   font-size:22px;

}
  .haberbaslik span {
        color:#00A3D3;
    }
.habermaetin {
    width:100%;
     float:left;
   color:#808080;
    padding-left:5px;
}
.haberbyk {
    float:left;
   
}
.haberbyk img {
     width:90%;
    height:auto;
}
.haberuzunmetin {
}
.paddingLR5{
    padding-left:5px;
    padding-right:5px;
}
.paddingL0 {
    padding-left:0px;
}
.paddingR10 {
    padding-left:10px;
}
.mheight {
   min-height:315px;
}
.compare-in:hover .compare{
	display:block;
}
.compare{
	/*background: rgba(0, 0, 0, 0.52);*/
	position: absolute;
	top: 10px;
	display: none;
	width: 225px;
	height: 225px;
	padding: 5em 0 0;
	left: 25px;
}
.in-compare{
	left: 19px;
	width: 217px;
	height: 173px;
	padding: 5em 0 0;
}
.in-comparetop{
	left: 26px;
	width: 220px;
	height: 188px;
	padding: 4em 0 0;
}
.in-comparekat{
	left: 23px;
	width: 229px;
	height: 184px;
	padding: 4em 0 0;
    top:8px;
}
.compare span{
    background: rgba(143,231,255,1);
background: -moz-linear-gradient(top, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(143,231,255,1)), color-stop(100%, rgba(0,162,211,1)));
background: -webkit-linear-gradient(top, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
background: -o-linear-gradient(top, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
background: -ms-linear-gradient(top, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
background: linear-gradient(to bottom, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fe7ff', endColorstr='#00a2d3', GradientType=0 );
	color: #fff;
	font-size: 1em;
	padding: 0.5em 0;
	display: block;
	width: 66%;
	margin: 0.5em auto 1em;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	  line-height: 1.4em;
}
.compare span:hover{
    background: rgba(143,231,255,1);
background: -moz-linear-gradient(top, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(143,231,255,1)), color-stop(100%, rgba(0,162,211,1)));
background: -webkit-linear-gradient(top, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
background: -o-linear-gradient(top, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
background: -ms-linear-gradient(top, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
background: linear-gradient(to bottom, rgba(143,231,255,1) 0%, rgba(0,162,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fe7ff', endColorstr='#00a2d3', GradientType=0 );
	color: #fff;
}
.center{
    text-align:center;

}