@charset "utf-8";
/* stili Generici */
#banner_container {
	width: 287px;
	height: 98px;
	overflow: hidden;
	position: relative;
}
#banner_container div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
#banner_container img {
	border: 0;
}