	#abgneBlock {
		width:415px;
		height:210px;
	}
	#abgneBlock #player {
		position:relative;
		overflow:hidden;
		height:100%;
	}
	#abgneBlock ul.list {
		padding:0;
		margin:0;
		list-style:none;
		position:absolute;
		width:100%;
		height:100%;
	}
	#abgneBlock ul.list li {
		float:left;
		width:100%;
		height:100%;
	}
	#abgneBlock .list img{
		width:100%;
		height:100%;
		border:0;
	}
	#abgneBlock ul.playerControl {
		margin:0;
		padding:0;
		list-style:none;
		position:absolute;
		bottom:3px;
		right:1px;
		height:24px;
	}
	#abgneBlock ul.playerControl li {
		float:left;
		color:#777777;
		text-align:center;
		line-height:24px;
		width:24px;
		height:24px;
		font-family:Arial;
		font-size:12px;
		cursor:pointer;
		margin: 0px 2px;
		background:url(../images/ad-dot.gif) no-repeat -25px 0;
		background-color:#FFFFFF;opacity:0.7;
	}
	#abgneBlock ul.playerControl li.current { 
		color:#2DD2FF;
		font-weight:bold;
		background-position: 0 0;
	}