/* Tab style */
#scrollUp {
	bottom: 0px;
	right: 30px;
	margin-bottom: -15px;
	padding: 10px 5px;
	width: 120px; /* Width of image */
	height: 145px;  /* Height of image */
	background: url(../../img/btn_pagetop.png) no-repeat;
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 120ms linear;
	-moz-transition: margin-bottom 120ms linear;
	transition: margin-bottom 120ms linear;
	text-indent:-9999px;
}
	#scrollUp:hover {
		margin-bottom: 0px;
	}