









.banners_box {
	position: relative;
	left: 0;
	top: 10px;
	width: 190px;
	z-index: 5;
	text-align: center;
}

.banners_box .image_banner {
	position: relative;
	margin: 0 auto;
	margin-bottom: 6px;
	border: #e9e9e9 2px solid;
}

.banners_box .flash_banner {
	position: relative;
	margin: 0 auto;
	margin-bottom: 6px;
	border: #e9e9e9 2px solid;
}

.banners_box .flash_banner a {
	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;
}