.inline_banner {
	margin: 7px 0 12px 0;
	width: 515px;
	padding: 0;
	text-align: center;
	position: relative;
}

.inline_banner_container {
	width: 100%;
	display:block;
}
.inline_banner div {
	position: relative;
	margin: 0 auto;
}




.banners_box {
	position: relative;
	left: 0px;
	clear: both;
	display: block;
	top: 6px;
	width: 960px;
	z-index: 5;
	text-align: center;
}
.banners_box .image_banner {
	position: relative;
	margin: 0 auto;
	clear: both;
	float: left;
	margin-bottom: 6px;
}
.banners_box .flash_banner {
	position: relative;
	margin: 0 auto;
	float: left;
	clear: both;
	margin-bottom: 12px;
}
.banners_box .flash_banner a {
	display: inline;
	float: left;
	background: white;
	filter:alpha(opacity=1);
	-moz-opacity:.1;
	opacity:.1;
	position: absolute;
	top:0;
	left:0;
	border: 0px;
	z-index: 7;
}
.banners_box .image_banner a img {
	border: #000 0px solid;
}
.banners_box .flash_banner .flash_item {
	position: absolute;
	top:0;
	left:0;
	z-index: 6;
}
