@charset "utf-8";
.rollBox {
	position:relative;
	height:370px;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left:0px;/*margin-left:8px;*/
}
.Scrollbar-Track {
	width: 10px;
	height:315px;
	position: absolute;
	top:10px;
}
.Scrollbar-Handle {
	position: absolute;
	margin:0 auto;
	background:url(/images/roll_02.gif) left top no-repeat;
	width:12px;
	height:41px;
	cursor:pointer;
}
#Scrollbar-Container {
	position: absolute;
	top: 0;
	right:0;
	background:url(/images/roll_01.gif) left top no-repeat;
	width:12px;
	height:336px;
	margin-top:10px;
}
#News, #About, #Extra {
	position: absolute;
	top: 10px;
	overflow: hidden;
	height: 335px;
	display: none;
}
#About, #Extra {
	width:904px;
}
#News {
	display: block;
	width: 950px;
}
.lineup_content #News {
	width:100%;
}

