#abgneBlock2 {
	width: 765px;
	height: 190px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}
#abgneBlock2 ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 100%;
}
#abgneBlock2 ul.list li {
	float: left;
	width: 765px;
	height: 100%;
}
#abgneBlock2 .list img{
	width: 100%;
	height: 100%;
	border: 0;
}
#abgneBlock2 ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 14px;
}
#abgneBlock2 ul.playerControl li {
	float: left;
	width: 23px;
	height: 14px;
	cursor: pointer;
	margin: 0px 2px;
	background: url(../images/rect_ctrl.png) no-repeat 0 0;
}
#abgneBlock2 ul.playerControl li.current { 
	background-position: -23px 0;
}