/* ScrollUp Image style */
#scrollUp {
	bottom: 247px;
	right: 10px;
	height: 95px; 
	width: 60px;
	background: url(../../img/common/base/gotop_off.png) no-repeat;
	text-indent: -9999px;
}

#scrollUp:hover {
	bottom: 247px;
	right: 10px;
	height: 95px; 
	width: 60px;
	text-indent: -9999px;
	background: url(../../img/common/base/gotop_on.png) no-repeat;
}