@charset "utf-8";

#abgneBlock a img{

border-radius:7px;
}

 
#abgneBlock ul.playerControl li {
	float: left;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 0px 2px;
	background: url(../n3-images/cir_ctrl.png) no-repeat -10px 0;
	-webkit-transform:rotateY(360deg);
}



#abgneBlock ul.playerControl li.current { 
	background-position: 0 0;
}

.playerControl
{


}

/*圖片展示之左右隱藏箭頭*/
.prev {
		background:url(../n3-images/prev.gif) no-repeat;
		width: 38px;
		height: 48px;
		position: absolute;
		left: -48px;	 /*先藏在左邊 */
		top: 71px;		/* (區塊高-圖片高) / 2 */
		z-index: 100;
		
	}
	.next {
		background:url(../n3-images/next.gif) no-repeat;
		width: 38px;
		height: 48px;
		position: absolute;
		right: -48px;	  /*先藏在右邊 */
		top: 71px;		/* (區塊高-圖片高) / 2 */
		z-index:100;
		
	}
	

	
