/* Pill style */
#scrollUp {
	width:61px;
	height:53px;
	bottom: 20px;
	right: 20px;
	background: url(/imgs/scrollUp.gif) no-repeat;
	color: #fff;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	/*padding: 10px 20px;*/
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
	#scrollUp:hover {
	 background: url(/imgs/scrollUp-hover.gif) no-repeat;
	}