@charset "utf-8";
.folio_block {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
.main_view {
	float: left;
	position: relative;
}
.window {
	height:320px;
	width: 700px;
	overflow: hidden;
	position: relative;
	/* [disabled]border: 1px solid #666; */
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
.banner_switcher {
	position: absolute;
	width: 80px;
	height:25px;
	z-index: 100;
	text-align: center;
	background: url(../images/main_banner/switcher_bg.png) no-repeat;
	display: block;
	left: 609px;
	top: 280px;
	/* [disabled]visibility: hidden; */
}
.banner_switcher a {
	text-decoration: none;
	color: #fff;
	background: url(../images-u/main-banner/btn-off.png) no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
	font-size: 0px;
	/* [disabled]padding: 5px 20px 10px; */
}
.banner_switcher a.active {
	font-weight: bold;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images-u/main-banner/btn-on.png) no-repeat;
}
.banner_switcher a:hover {
	font-weight: bold;
}
