﻿.Banner
{
    width:945px;

    position:relative;
}

#resimler
{
    margin:0px;
    padding:0px;
    list-style-type:none;
    width:945px;
    height:300px;
    overflow:hidden;
}

#resimler li
{
    display:none;
    width:100%;
    height:300px;
    overflow:hidden;
    position:relative;
}

#resimler li img
{
    position:absolute;
    width:945px;
    margin:0px;
   
}

#resimler li:first-child
{
    display:block;
}

 .Banner .BannerButton {
    width:945px;
  
    font-size:20px; 
    z-index:99999;
	margin-top:10px;
}

#buttonlar {
    width:auto;
    height:auto;
    float:right;
    margin:0px;
    padding:0px;
}

#buttonlar li{
    float:left;
    display:block;
    margin-left:4px;
}



#buttonlar li a{
    display:block;
    text-indent:-9999px;
    width:20px;
    height:20px;
    outline:none;
	background:url(../Images/slider-controls.png) no-repeat -24px -3px;

}

#buttonlar li.aktif >a{
    background:none;
   	background:url(../Images/slider-controls.png) no-repeat -1px -3px;
}


/* Haber */


.News  ul
{
   margin:0px;
   padding:0px;
   list-style-type:none;
}

 .News  ul#haberler li {display:none; margin-top:70px; margin-left:75px; }
 .News  ul#haberler li:first-child {display:block;}
.News  ul#haberbutton{position: absolute; right: 40px; bottom: 20px; margin:0px; padding:0px; list-style-type:none;}
 .News  ul#haberbutton li {float: left; margin-right: 0px; padding:2px 2px;  outline:none;}
 .News  ul#haberbutton li a{display:block;
    text-indent:-9999px;
    width:11px;
    height:11px;
    background-color:#878787;
    outline:none;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;}


 .News  ul#haberbutton li.aktif>a { background:none;
    width:8px;
    height:8px;
    border:2px solid #878787; }


.News  p
{
   margin:0px;
   padding:0px;
   font-size:12px;
   color:#262525;
   margin-top:10px;
   display:block;
   float:left;
   font-family: 'NeoSansPro-Medium';
    width:300px;
}

.News span
{
   display:block;
   margin-top:10px;
   float:left;
   width:230px;
   font-family: 'NeoSansPro-Regular';
   font-size:12px;
   color:#4c4c4c;
}