@charset "UTF-8";
/* CSS Document */
#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:880px;
		margin-bottom:2em;
		}	

#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		width:880px;
		height:201px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:201px;
		position:absolute;
		left:-30px;
		top:0px;
		}	
	#nextBtn{ 
		left:880px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:201px;
		background:url(../images/main_01.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/main_02.gif) no-repeat 0 0;	
		}												

