SELECT{border: 0px solid #D9D9D9; background-color: #F7F7F7; padding: 0px 0px; font-size: 14px;}

A:link		 { color:#8D8D8D; text-decoration:none;font-weight:bold;}
A:visited	 { color:#8D8D8D; text-decoration:none;font-weight:bold;}
A:hover		 { color:#FF9900; text-decoration:none;font-weight:bold;}

.buton A:link	 { color:#333333; text-decoration:none; font-weight:bold;padding: 10px 40px;}
.buton A:visited	{ color:#333333; text-decoration:none; font-weight:bold;padding: 10px 40px;}
.buton A:hover		 { color:#FF9900; text-decoration:none; font-weight:bold;padding: 10px 40px;}

body,td,th {
	font-family: Tahoma;
	font-size: 14px;
	color: #8D8D8D;
	
}

input{
 			color:#333333;
 			background:white;
			border-style:solid;
 			border-width:1px;
 			border-color:#bbbbbb;
 			font-size:12pt;
			
				
 		}
		
textarea{
 			color:#333333;
 			background:white;
			border-style:solid;
 			border-width:1px;
 			border-color:#bbbbbb;
 			font-size:12pt; 			
 		}


.baslik { font-size:30px;color:#0095DD; }

.button { CURSOR: hand; }


/* 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:655px;
		height:521px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:28px;
		height:28px;
		position:absolute;
		left:40px;
		top:380px;
		}	
	#nextBtn{ 
		left:655px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:28px;
		height:28px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */

