/* Tab style */
#scrollUp {
	bottom: -41px;
	right: 50px;
	width: 71px;
	height: 142px;
	font-family: sans-serif;
	background:url(../img/btn-top.png) no-repeat;
}

#scrollUp:hover{
	bottom: -41px;
	right: 50px;
	width: 71px;
	height: 142px;
	font-family: sans-serif;
	background:url(../img/btn-top.png) -71px 0 no-repeat;
}

/* Tab style */
/*
#scrollUp {
	bottom: -10px;
	right: 30px;
	width: 112px;
	height: 114px;
	padding: 10px 5px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: bottom 150ms linear;
	-moz-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
	background:url(../img/btn-gotop.png) no-repeat;
}

#scrollUp:hover { bottom: 0px; background:url(../img/btn-gotopx.png) no-repeat;	}*/