/*
.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 img {
    border:0px;
}

.banners_box .banner_desc {
    font:normal 11px arial;
    color:#fff;
    text-align: center;
}


.banners_box {
	position: relative;
	left: 0;
	top: 8px;
	width: 205px;
	z-index: 5;
}

.banners_box .image_banner {
	position: relative;
	margin-bottom: 6px;
}

.banners_box .flash_banner {
	position: relative;
	margin-bottom: 6px;
}

.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;
}
