img { BORDER: 0px; }



.flex-nav-prev {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: -80px!important; /*讓往上一張的箭頭離開畫面*/
	margin-top: -10px;
}

.flex-nav-next {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: -80px !important;/*讓往下一張的箭頭離開畫面*/
	margin-top: -10px;
}

