/* Image style */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 50px;  /* Height of image */
	width: 50px; /* Width of image */
	background: url(../../img/btn_top.png) no-repeat;
	opacity:0.3; filter: alpha(opacity=30);	
	text-indent: -9999px; overflow: hidden;
}
