﻿
	#abgneBlock {
		width: 1065px;
		height: 152px;
		position: relative;
		overflow: hidden;
		border: 0px solid #ccc;
	}
	#abgneBlock ul.list {
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		width: 9999px;
		height: 100%;
	}
	#abgneBlock ul.list li {
		float: left;
		width: 1065px;
		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: 10px;
	}
	#abgneBlock ul.playerControl li {
		float: right;
		width: 5px;
		height: 5px;
		cursor: pointer;
		margin: 0px 2px;
		background: url("ad/images/cir_ctrl.png") no-repeat -5px 0;
	}
	#abgneBlock ul.playerControl li.current { 
		background-position: 0 0;
	}



