/*

 scrollup v2.1.0
 Author: Mark Goodyear - http://markgoodyear.com
 Git: https://github.com/markgoodyear/scrollup

 Copyright 2013 Mark Goodyear.
 Licensed under the MIT license
 http://www.opensource.org/licenses/mit-license.php

 Twitter: @markgdyr

 */
 /* Image style */
#scrollUp {
	 bottom: 0%;
    right: 0px;
	width: 58px;
	height: 58px;
	background: url(../../img/top.png) no-repeat;
}