@charset "UTF-8";
/* CSS Document */


/**slidern**/	


#slider{
	width:354px;
	height:237px;
	overflow:hidden;
	}
	
.slider{
	width:354px;
	}
	

#slide1_bt{
	width:354px;
	clear:both;
	position:relative;
	z-index:44;
	top:-130px;
	}

	
#prev-button{
	position:relative;
	height:30px;
	width:30px;
	float:left;
	left:0px;
	}
	
#prev-button img{ width:30px; }
	
	
#next-button{
	position:relative;
	height:30px;
	width:30px;
	float:right;
	right:0px;
	}
	
#next-button img{ width:30px; }

