
.banners_box {
	position: relative;
	left: 12px;
	top: 5px;
	width: 100%;
	z-index: 5;
	text-align: center;
}

.banners_box .flash_banner,
.banners_box .image_banner {
	float: left;
	position: relative;
	margin: 0 0 0 30px;
	margin-bottom: 6px;
}

.banners_box .flash_banner a {
	float: left;
	display: block;
	background: white;
	filter:alpha(opacity=1);
	-moz-opacity:.1;
	opacity:.1;
	position: absolute;
	top:0;
	left:0;
	z-index: 7;
}

.banners_box .flash_banner .flash_item {
	position: absolute;
	top:0;
	left:0;
	z-index: 6;
}