@charset "utf-8";
a.btn_prev { background:url(prev.png) no-repeat;
	width:9px;
	height:73px;
  cursor:pointer;
	display:block;
	float:left;
	margin-left:3px;
}

a.btn_next{ background:url(next.png) no-repeat;
	width:9px;
	height:73px;
	cursor:pointer;
	display:block;
	float:left;
}

