@charset "utf-8";
/* CSS Document */

#boxEvent {
	
	width: 250px;
	height: 364px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	float: left;
}
	

	#img {
		width: 248px;
		height: 362px;
		border: 1px solid #424242;
	}
		#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);
		}
	#imgControl {
		overflow: hidden;
		position: absolute;
		bottom: 0px;
		left: 1px;
		z-index: 10;
		width: auto;
		height: 34px;
		padding: 0;
		
	}
	
		#imgControl li {
			position: relative;
			height: 34px;
			float: left;
			list-style: none;
			overflow: hidden;
		}
			#imgControl li#item1.ActiveBanner a,
			#imgControl li#item2.ActiveBanner a,
			#imgControl li#item3.ActiveBanner a,
			#imgControl li#item4.ActiveBanner a,
			#imgControl li#item5.ActiveBanner a {
				background: url(../images/imgcontrol.png) -41px 0 no-repeat;
				color: #f1f1f2;
				text-decoration: none;
			}
			#imgControl li a {
				width: 41px;
				height: 34px;
				line-height: 34px;
				display: block;
				background: url(../images/imgcontrol.png) 0 0 no-repeat;
				color: #f1f1f2;
				font-size: 18px;
				font-family: Tahoma;
				text-align: center;
				text-decoration: none;
			}
			#imgControl li a:hover {
				background: url(../images/imgcontrol.png) -41px 0 no-repeat;	
				color: #f1f1f2;
				text-decoration: none;
			}
			#imgControl li#item6 a {
				width: 43px;
				background: url(../images/imgcontrol2.png) 0 0 no-repeat;
			}
			#imgControl li#item6 a:hover,
			#imgControl li#item6.ActiveBanner a {
				background: url(../images/imgcontrol2.png) -43px 0 no-repeat;
				color: #f1f1f2;
				text-decoration: none;
			}

