/* 좌우 버튼 타입 슬라이드 css 설정  */

	#banner_all {
	position: relative;
	width: 1170px;
	height: 730px;
	margin-top:0px;
	z-index:5;
	overflow: hidden;
	margin: 0 auto;
	}

	#banner_slider {
		position: relative;
		width: 650px;
		height: 730px;
		margin: 0 auto;
		text-align: center;
	}

	#banner_container {
		position: absolute;
		width: 515px;
		height: 730px;
		overflow: hidden; 
		margin-left:65px;
	}

	#banner_container img {
		position: absolute;
		width: 515px;
		height: 730px;
		overflow: hidden; 
	}

	#btnprev {
		position:absolute;
		float:left;
		width:23px;
		height:25px;
		top:340px;
		left:42px;
		z-index:5;
	}

	#btnnext {
		position:absolute;
		float:left;
		width:22px;
		height:25px;
		top:340px;
		right:42px;
		z-index:5;
	}

	#btndal01 {
		width:22px;
		height:25px;
		border:none;
	}

	#btndal02 {
		width:22px;
		height:25px;
		border:none;
	}