.BgBoxEvent {
	background: url(../images/bg-banner.jpg) no-repeat;
	width: 250px;
	height: 330px;
	float: left;
	margin: 12px 0 0 10px;
}
.BgBoxEventServer {
	background: none;
	width: 250px;
	height: 280px;
	position: absolute;
	top: 735px;
	left: 610px;
}
#boxEvent {
	display: block;
    height: 230px;
	margin: 75px 0 0 20px;
    #margin: 0px 0 0 20px;
    overflow: hidden;
    position: relative;
    width: 212px;	
}
.BgBoxEventServer #boxEvent {
	display: block;
    height: 230px;
    margin: 0 0 0 20px;
    overflow: hidden;
    position: relative;
    width: 212px;	
}
#img {
	float: left;
    height: 200px;
    width: 210px;
	position: absolute;
	top: 30px;
}
#img li {
	position: absolute;
	z-index: 1;
	display: block;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#img li a img {
	border: none;	
}
#img li.ActiveBanner {
	z-index: 5;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#imgControl {	
	height: 15px;
	position: absolute;
	left: 65px;
	top: 0;
	z-index: 6;
}
#imgControl li {
	height: 15px;	
	float: left;
	list-style: none;
	margin: 0 0 5px;	
	font-size: 11px;
	font-weight: bold;
}
ul#imgControl li a:link, ul#imgControl li a:visited {
	background: url(../images/bg-control.png) no-repeat;
	width: 16px;
	height: 15px;
	color: #929292;
	display: block;
	line-height: 18px;
	text-indent: -9999px;
}
#imgControl li.ActiveBanner a:link, #imgControl li.ActiveBanner a:visited, #imgControl li.ActiveBanner a:hover, ul#imgControl li a:hover {
	background-position: -16px 0;
	text-decoration: none;
	color: #ffc994;
}
#boxEventSub {
	height: 168px;
	width: 312px;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	top: 100px;
	left: 350px;
}
