#boxEvent {
	width:484px; 
	height:282px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px;
}

#img {
	width:484px; 
	height:282px;
	margin:0px auto;
	padding:0px;
}
#img li {
	position: absolute;
	z-index: 1;
	display: block;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#img li.ActiveBanner {
	z-index: 5;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#img li a {
	width: 491px;
	height: 253px;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
}
#imgControl {
	overflow: hidden;
	position: absolute;
    right: 8px;
    bottom: 12px;
	z-index: 5;
}

#imgControl li {	
	position: relative;
	float: left;
	list-style: none;
	padding: 0;
}

#imgControl li a {
	margin-right:5px;
	text-indent:-9999px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background:  right center no-repeat #000000;
    width: 10px;
    height: 10px;
}
#imgControl li a:hover, #imgControl li.ActiveBanner a {
	padding: 0px 6px;
	text-decoration: none;	
	background:  right center no-repeat #e96933;
}
#imgControl li.Last a  {
	background-image: none; 
}
#imgControlContainer {
	background: url("../images/bg-banner-counter.png") no-repeat;
	text-decoration: none;	
	height: 52px;
	position: absolute;
	bottom: 0px;
	width: 550px;
}
