@charset "utf-8";

/* for carousel */
div#top .top-carousel-wrap {
	width: 300px;
	height: 100px;
    position: relative;
	overflow: hidden;
}
div#top .top-carousel-wrap .button-prev {
	display: none;
}
div#top .top-carousel-wrap .button-next {
	display: none;
}
div#top .top-carousel-wrap:hover .button-prev {
	display: block;
	width: 35px;
	height: 100px;
	position: absolute;
	left: 0;
	background: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha"(opacity=70)";
	z-index: 999;
}
div#top .top-carousel-wrap:hover .button-next {
	display: block;
	width: 35px;
	height: 100px;
	position: absolute;
	right: 0;
	background: #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha"(opacity=70)";
	z-index: 999;
}
div#top .top-carousel-wrap .button-prev > a {
	position: absolute;
	top: 50%;
	left: 0px;
	height: 0;
	width: 0;
	margin-top: -5px;
	border: 10px solid #FFFFFF;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-right-color: #000000;
    z-index: 1000;
}
div#top .top-carousel-wrap .button-next > a  {
	position: absolute;
	top: 50%;
	right: 0px;
	height: 0;
	width: 0;
	margin-top: -5px;
	border: 10px solid #FFFFFF;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #000000;
    z-index: 1000;
}
div#top .top-carousel {
	position: absolute;
}
div#top .top-carousel > * {
	display: block;
	float: left;
	width: 300px;
}
div#top .top-carousel-indicater {
	margin-top: 3px;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    text-align: center;
}
div#top .top-carousel-indicater > a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: gray;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha"(opacity=70)";
	border-radius: 5px;
	margin: 0 2px;
}
div#top .top-carousel-indicater > a.current {
	background-color: blue;
}

/* for normal */
.infobnr > a {
	display: block;
	width: 300px;
	height: 100px;
}
.infobnr > a + a {
	margin-top: 10px;
}
.infobnr > a > img {
	width: 300px;
	height: 100px;
}