#banns {
	position: relative;
	width: 954px;
	height: 298px;
	overflow: hidden;
	border: solid 1px #EEEEEE;
	margin-left: 2px;
	margin-bottom: 2px;
}
#banns .bann-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 298px;
	overflow: hidden;
}
#banns-arrow-l, #banns-arrow-r {
	display: none;
	position: absolute;
	top: 110px;
	left: 20px;
	z-index: 101;
	width: 50px;
	height: 50px;
	background: url(../gfx/bann_btn-l.png) no-repeat;
	cursor: pointer;
}
#banns-arrow-r {
	left: auto;
	right: 20px;
	background-image: url(../gfx/bann_btn-r.png);
}

div.front_top-banner {
	width: 954px;
	overflow: hidden;
	margin-left: 2px;
	margin-bottom: 2px;
	border: solid 1px #EEEEEE;
}

div#front_middle-banners {
	position: relative;
	width: 960px;
	height: 184px;
	overflow: hidden;
	margin-bottom: 2px;
}
div#front_b-left, div#front_b-center, div#front_b-right, div#front_b-right2 {
	top: 0;
	left: 2px;
	position: absolute;
	width: 235px;
	height: 182px;
	overflow: hidden;
	border: solid 1px #EEEEEE;
}
div#front_b-center {
	left: 240px;
}
div#front_b-right {
	left: 480px;
}
div#front_b-right2 {
	left: 720px;
}

div#front_news-box {
	position: relative;
	width: 750px;
	height: 190px;
	margin-bottom: 10px;
}
div#front_news-left, div#front_news-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 375px;
	height: 190px;
}
div#front_news-left {
	width: 360px;
	height: 160px;
	padding: 15px;
	padding-left: 18px;
	padding-right: 0;
	background: url(../pics/page/nowosci.gif) no-repeat #EEEEEE;
	font-size: 11px;
}
div#front_news-right {
	left: 378px;
}
div.front_hr {
	clear: left;
	height: 6px;
}
