.banner_outer_container {
	position: relative;
	height:100%;
	border: 0;
}

.banner_container {
	overflow: hidden;
	position: absolute;
	left:3px;
	top: 0px;
	bottom:500px;
	width: 100px;
	height:100%;
}

.banner_runner {
    position: absolute;
	left: 0px;
	/* white-space: normal;*/
}

