@charset "utf-8";

#bg_mainimg{
	background-image: url(../img/top/bg_mainimg.jpg);
	background-repeat: repeat-x;
	}

/*crossFader*/
.crossfader{
	position:relative;
	height:350px;
	width: 980px;
	margin: 0 auto;
}

.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
	cursor:pointer;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
}
