.div_show {
	display:block;
}

.div_none {
	display:none;
}


/* Scroller Box */
#scroller_container {
	position: relative;
	height: 20px;
	overflow: hidden;
}

#scroller {
	white-space: nowrap;
	line-height: 20px;
	font-size: 15px;
	font-weight:normal;
}
/* Scoller Box */