/* scroller */
#Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 925px;
	height			: 480px;
	overflow		: hidden;
}

.Scroller-Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
}

#Scrollbar-Container {
  position			: absolute;
  margin			: 0;
  padding			: 0;
  left				: 918px; 
  top				: 0px;
}

.Scrollbar-Up {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 7px;
	height			: 8px;
	font-size		: 0px;
	background		: url(information/alllanguage/btn_up.gif) no-repeat;
}

.Scrollbar-Track {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 7px;
	height			: 461px;
	top				: 7px;
	background		: url(information/alllanguage/scrollbar.png) no-repeat;
}

.Scrollbar-Handle {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 7px;
	height			: 138px;
	background		: url(information/alllanguage/scrollbar_handler.gif) no-repeat;
}

.Scrollbar-Down {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 7px;
	height			: 8px;
	top				: 468px;
	font-size		: 0px;
	background		: url(information/alllanguage/btn_down.gif) no-repeat;
}
/* end scroller*/

