#abgneBlock {
	width: 1240px;
	height: 487px;
	position: relative;
	overflow: hidden;
	float: left;
}
#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 100%;
}
#abgneBlock ul.list li {
	float: left;
	width: 1240px;
	height: 100%;
}
#abgneBlock .list img{
	width: 100%;
	height: 100%;
	border: 0;
}
#abgneBlock ul.playerControl {
	right: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0px;
	height: 14px;
}
#abgneBlock ul.playerControl li {
	float:left;
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: url(../images/cir_ctrl.png) no-repeat -10px 0;
	margin:0 2px;
}
#abgneBlock ul.playerControl li.current { 
	background-position: 0 0;
}
