

.inline_banner {
	margin: 5px 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: 0;
	top: 0px;
	width: auto;
	z-index: 5;
	text-align: center;
}

.banners_box .image_banner {
	position: relative;
	margin: 0 auto;
	margin-bottom: 6px;
	border: 0px;
}

.banners_box .flash_banner {
	position: relative;
	margin: 0 auto;
	margin-bottom: 6px;
	border: 0px;
}

.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;
	border: 0px;
}

.banners_box .image_banner a img,
.banners_box .flash_banner a img {
	border: 0px;
}

.banners_box .flash_banner .flash_item {
	position: absolute;
	top:0;
	left:0;
	z-index: 6;
}