@charset "utf-8";
/* CSS Document */

/*Gallery*/

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:560px;
		height:450px;
		overflow:hidden; 
		}	
	#prevBtn, #slider1prev{ 
		display:block;
		float: left;
		width:30px;
		height:14px;
		z-index:1000;
		}	
	
	#nextBtn, #slider1next{
		display:block;
		float:right;
		width:30px;
		padding-right: 15px;
		height:14px;
		z-index:1000;
	}
												
	#prevBtn a, #nextBtn a,	#slider1next a, #slider1prev a{  
		display:block;
		width:30px;
		height: 12px;
		color: #e70000;
		font-size:12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		}
		
	#prevBtn a:hover, #nextBtn a:hover,	#slider1next a:hover, #slider1prev a:hover{  
		display:block;
		width:30px;
		height: 12px;
		color: #000;
		font-size:12px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: underline;
		}
		
		

