#imageContainer {
	position:relative;
	margin:auto;
	width:454px;
	height: 188px;
	border:1px solid #CCC;
}

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

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



