@charset "utf-8";
/* CSS Document */

/* Easy Slider */

#stage_slider{	
	width:242px;
	overflow:hidden; 
}

#stage_slider ul {
	padding: 0;
}

#stage_slider p {
	padding: 5px 4px 0 4px;
	text-align: center;
}

#stage_slider ul, #stage_slider li{
	margin:0;
	list-style:none;
	}
#stage_slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:242px;
	height: 272px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:46px;
	height:46px;
	position:absolute;
	top:121px;
	}	
	
#prevBtn{ 
	left:0px;
	}	
	
#nextBtn{ 
	right:0px;
	}				
											
#prevBtn a, #nextBtn a{  
	display:block;
	width:46px;
	height:46px;
	background: #F00 url(../img/top/event_prev.jpg) no-repeat 0 0;	
	text-indent: -9999px;
	outline: none;
	}	
#nextBtn a{ 
	background:url(../img/top/event_next.jpg) no-repeat 0 0;	
	}												


