/* Image style */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;  /* Height of image */
	width: 38px; /* Width of image */
	border-radius: 5px;
	padding: 3px;
	background:#E89516 url(../../../images/scrollUp_icon.png) no-repeat center;
}