/* Image style */
#scrollUp {
	bottom: 15px;
	right: 15px;
	height: 25px;  /* Height of image */
	width: 25px; /* Width of image */
	text-decoration: none;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: block;
    border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	opacity: 0.8;
}

#scrollUp {
	overflow: hidden;
	line-height: 18px;
	text-align: center;
}

#scrollUp span {
	color: #fff;
	transform: scaleX(1.6);
	display: inline-block;
	letter-spacing: 0;
	font-size: 14px;
}

a#scrollUp {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a#scrollUp:hover  {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}