#boxEvent{
            width:720px;
            height:200px;
            padding-left:220px;
            position:relative
}
#img {
            width:720px;
            height:200px;
}

#img li {
	position:absolute;
}
#img li { 
	display:block;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#img li.img_act {
	z-index:50;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#img li.img_pre{
	z-index:100;
}
#img_control{
	width:105px;
	height:12px;
	position:absolute;
	bottom:10px;
	right:5px;
	z-index:200;
	overflow:hidden
}
#img_control li {
	position:relative;
	height:12px;
	width:20px;
	float:left;
	
}
#img_control li a img {
	width:10px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	display:block;
	border:1px solid #990000;
}
#img_control li a.Active img{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#img_control #item1{

	background:url(../images/event/event_control.gif) left no-repeat;
}
#img_control #item2{

	background:url(../images/event/event_control.gif) left no-repeat;
}
#img_control #item3{

	background:url(../images/event/event_control.gif) left no-repeat;
}
#img_control #item4{
	background:url(../images/event/event_control.gif) left no-repeat;
}
#img_control #item5{
	background:url(../images/event/event_control.gif) left no-repeat;
}