/* Easy Slider */
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{ 
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	
	ol#controls{
		float:left; position:absolute; left:220px; top:195px; 
		height:20px;
		text-align:center;
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		width:18px;
		height:18px;
		line-height:20px;
		background:#C7E9EA;
		border:1px solid #ccc;
		}
	ol#controls li a, ol#controls li button{
		float:left;
		width:18px;
		height:18px;
		line-height:18px;
		color:#fff; font-size:11px; font-weight:bold;
		text-decoration:none;
		}

		/* ÇöÀç ÀÌ¹ÌÁö */
	ol#controls li.current {
		background:#16A4BE;
		border:1px solid #fff;
		}

	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
