A:link		 { color:#333333; text-decoration:none;}
A:visited	 { color:#333333; text-decoration:none;}
A:hover		 { color:#FF6600; text-decoration:none;}


.a A:link		 { color:#FFFFFF; text-decoration:none; font-weight:bold;}
.a A:visited	 { color:#FFFFFF; text-decoration:none; font-weight:bold;}
.a A:hover	 	 { color:#ffcc00; text-decoration:none; font-weight:bold;}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
}


.baslik { font-size:26px;color:#2b69a1; }


/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:612px;
		height:242px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:29px;
		height:29px;
		position: relative;
		left:15px;
		top:-160px;
		}	
	#nextBtn{ 
		left: 570px;
		top:-189px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:29px;
		height:29px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}												

/* // Easy Slider */



