﻿@charset "utf-8";
/* CSS Document */
.abbanner {
	float: left;
	height: 200px;
	width: 380px;
	margin-top: 15px;
}

	#abgneBlock {
	width: 380px;
	height: 200px;
	position: relative;
	overflow: hidden;
	}

	#abgneBlock ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	/* [disabled]width: 365px; */
	width: 9999px;
	height: 200px;
	}

	#abgneBlock ul.list li {
		float: left;
		width: 380px;
		height: 200px;
	}

	#abgneBlock .list img{
		width: 380px;
		height: 200px;
		border: 0;
	}

	#abgneBlock ul.playerControl {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		bottom: 5px;
		right: 5px;
		height: 11px;
		margin-left: -140px;
		margin-bottom: 5px;
	}

	#abgneBlock ul.playerControl li {
	float: left;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background-image: url(img/cir_ctrl.png);
	background-repeat: no-repeat;
	background-position: -11px 0;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	}
	#abgneBlock ul.playerControl li.current { 
		background-position: 0 0;
	}
