/* Image style */
#scrollUp {
    background-image: url("img/top.png");
    bottom: 14px;
    right: 14px;
    width: 36px;    /* Width of image */
    height: 36px;   /* Height of image */
}

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


 @media (max-width:480px)  {
		#scrollUp {
			display: none!important;
		}
}