#mainBanner {
	width:960px;
	height:310px;
	position:relative;
}
#mainBanner a {
	float:left;
	position:absolute;
}

#mainBanner a img {
	border:none;
}

#mainBanner a.show {
	z-index:500;
}

#mainBanner .caption {
	z-index:600;
	background-color:#000; 
	color:#ffffff; 
	height:50px; 
	width:100%; 
	position:absolute;
	bottom:0;
}

#mainBanner .caption .content {
	margin:5px
}

#mainBanner .caption .content h3 {
	margin:0;
	padding:0;
	color:#f8c4f1;
}

.mainBannerFooter{
	background-repeat:no-repeat;
	background-position:center bottom;
	border-bottom:3px solid #9f4084;
	padding-bottom:1px;
}
