#abgneBlock {
	width: 960px;
	height: 260px;
	position: relative;
	overflow: hidden;
	border: 0px solid #ccc;
	display:block;
}
#abgneBlock ul.list {
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	position: absolute;
	width: 9999px;
	height: 100%;

}
#abgneBlock ul.list li {
	float: left;
	width: 960px;
	height: 100%;

}
#abgneBlock .list img{
	width: 100%;
	height: 100%;
	border: 0;
}
#abgneBlock ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 14px;
	display: block;
}
#abgneBlock ul.playerControl li {
	float: left;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 2px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#abgneBlock ul.playerControl li.current {
	background-color: #09F;
}
