/* begin scroller */
#Container_Static {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			  : 758px;
	height			: 393px;
	overflow		: hidden;
}

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

#Scrollbar-Container_Static {
	position		: relative;
	margin			: 0;
	padding			: 0;
	left			  : 758px;
}

.Scrollbar-Up_Static {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			  : 9px;
	height			: 10px;
	font-size		: 0px;
	background	: url(../../templates/default/allsection/alllanguage/pink_scoller_up.gif) no-repeat;
}
.Scrollbar-Track_Static {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			  : 9px;
	height			: 375px;
	top				  : 10px;
	background	: url(../../templates/default/allsection/alllanguage/pink_scoller_track.gif) repeat-y;
}
.Scrollbar-Handle_Static {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			  : 9px;
	height			: 52px;
	background	: url(../../templates/default/allsection/alllanguage/pink_scoller_handle2.gif) no-repeat;
}
.Scrollbar-Down_Static {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	top				  : 385px;
	width			  : 9px;
	height			: 10px;
	font-size		: 0px;
	background	: url(../../templates/default/allsection/alllanguage/pink_scoller_down.gif) no-repeat;
}
/* end scroller*/
