@charset "utf-8";
/* CSS Document */

#bannerWrapper{width:190px;height:540px; margin-left:3px;}
/*banner*/
.banner {
	height:108px; 
	width:178px; 
	position:relative;
	display:block;
	margin-top:7px;
}
.innerBanner {
	height:108px; 
	width:178px; 
	overflow:hidden; 
	position:absolute;
	background-image:url(../../images/site/bannerContainer.gif);
	background-repeat:no-repeat;
	left:0px;
	top:0px;
}
	