@charset "utf-8";
/* CSS Document */

#abgneBlock {
	width:1000px;
	height: 400px;
	position: relative;
	overflow: hidden;
	border: 0px none #ccc;
	margin:0px;
	padding:0px;
}
#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 400px;
}
#abgneBlock ul.list li {
	float: left;
	width: 1000px;
	height: 400px;
}
#abgneBlock .list img{
	width: 960px;
	height: 100%;
	margin-top:30px;
	height: 308px;
	margin-left:8px;
}
#abgneBlock ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 50px;
	height: 14px;
	top:370px;
	left:-120px;
}

/*圓的ul*/
#abgneBlock ul.playerControl li {
	float: left;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 0px 5px;
	background: url(../icon/cir_ctrl.png) no-repeat -20px 0;
	
}
#abgneBlock ul.playerControl li.current { 
	background-position: 0 0;
}

