@charset "utf-8";
/* CSS Document */
body{
	background-color:#000;
	color:#FFF;
	font-family:"Century Gothic";
	font-size:11px;
	letter-spacing: 1px;
	margin-top:50px;
}
.tablo{
	background-color:#051424;
	border:1px solid #2F4A62;
	}
.baslik{
	color:#0AA50E;
	font-weight: normal;
	font-size: 12px;
	}
.isim {
	font-size: 14px;
	font-weight: normal;
	color: #C4DCE3;
	font-family: Verdana, Geneva, sans-serif;
}
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	
	}
#slider li{ 
	width:698px;
	height:241px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:45px;
	height:45px;
	position:absolute;
	left:-45px;
	top:90px;
	}	
#nextBtn{ 
	left:698px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:45px;
	height:45px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:696px;
	background:#fff;		
	margin-bottom:2em;
	}	
#header{
	height:144px;
	background:#5DC9E1;
	color:#fff;
	}				
#content{
	position:relative;
	}			