/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		/*width:696px;
		height:241px;
		overflow:hidden; */
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:relative;
		left:20px;
		top:-200px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:550px;
		top: -277px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:50px;
		height:50px;
		background:url(http://www.seoulselection.com/interface/images/btn_prev.png) no-repeat 0 0;	
				text-indent: -10000px;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(http://wwww.seoulselection.com/interface/images/btn_next.png) no-repeat 0 0;	
		}