.habergenel{
position: relative; /* Do not change this value */
width: 495px;
height: 260px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #000000;
overflow: hidden;
margin-top:2px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.haberic{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 10px;
visibility: hidden;
width: 485px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.habersec{ /*style for DIV used to contain toggler links. */
width: 495px;
margin-top: 6px;
text-align: center; 
background:#f1f5fe;
/*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.habersec a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #000000;
padding: 1px 3px;
margin-right: 3px;
text-decoration: none;
}

.habersec a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background:#a0c2ff;
color: black;
}

.habersec a:hover{
background: #a0c2ff;
color: black;
}

.habersec a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
 font-family:"Century Gothic";
 font-size:12px;
}

.habersec a.prev, .habersec a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
 font-family:"Century Gothic";
 font-size:12px;
 color:#000099;
 visibility:hidden;
}

.habersec a.prev:hover, .habersec a.next:hover{
background: #a0c2ff;
color: #000000;
visibility:hidden
}
  .haberbaslik {
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  color:#000000;
  }
  .haberbaslik a {
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  }
  .haberbaslik a:actived {
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  }
   .haberbaslik a:visited {
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  }
   .haberbaslik a:Hover {
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
  }
  .habericerik {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#111111;
  text-decoration:none;
  }
   .habericerik a{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#111111;
  text-decoration:none;
  }
 .habericerik a:Hover{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#990000;
  text-decoration:none;
 }
  .haberresim {
   border-width:0px 0px 0px 0px;
   cursor:pointer;
   }
   .haber_tarih{
     font-family:Arial, Helvetica, sans-serif;
     font-size:10px;
     color:#666666;
     padding-left:10px;
   }
   
