#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:550px;
	height:180px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:20px;
	left:0px;
	top:200px;
	text-indent:-8000px;
	float: left;
	}	
#nextBtn{ 
	left:300px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:20px;
	background:url(/images/main3/solok.png) no-repeat 0 0;	
	outline: none;
	outline-style: none;
	outline-width: 0px;
	}	
#nextBtn a{ 
	background:url(/images/main3/sagok.png) no-repeat 0 0;	
	}												

#prevBtn a:active, #nextBtn a:active{
	outline: none;
	outline-style: none;
	outline-width: 0px;
}  

#prevBtn a:focus, #nextBtn a:focus{
	-moz-outline-style: none;
}  

.espagediv {
	left: 10px; 
	top: 155px; 
	position:absolute;
}

.espage { 
	display:block;
	width:20px;
	height:20px;
	left:0px;
	top:200px;
	float: left;
	margin-right: 5px; 
}	
.espage a{  
	color: black;
	display:block;
	width:20px;
	height:20px;
	background:url(/images/backgrounds/sliderbg.png) no-repeat 0 0;	
	outline: none;
	outline-style: none;
	outline-width: 0px;
	text-align: center;
	font-size: 12px;
	padding-top: 7px;
	filter:alpha (opacity=50);-moz-opacity:.50;opacity:.50;-khtml-opacity: 0.5;
	padding-top: 3px;
}	
.espage a:hover{  
	display:block;
	width:20px;
	height:20px;
	background:url(/images/backgrounds/sliderbg.png) no-repeat 0 0;	
	outline: none;
	outline-style: none;
	outline-width: 0px;
	text-align: center;
	font-size: 12px;
	padding-top: 7px;
	filter:alpha (opacity=100);-moz-opacity:1;opacity:1;-khtml-opacity: 1;
	text-decoration: underline !important;
	padding-top: 3px;
}	

