#imageContainer {
	position:relative;
	margin:auto;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height: 524px
}

.bannerMSGShow
{
	display:none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #505050;
	z-index: 999999;
	top: 496px;
	left: 0px;
	width: 1000px;
	height: auto;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 5px 25px 5px 10px;
	opacity:0.6;
	cursor: default;
}
html>body .bannerMSGShow
{
	*padding: 0px;
	width: 963px;
}




