/*#scrollup {
	position: fixed; /* фиксированная позиция */
/*	opacity: 0.5; /* прозрачность */
/*	padding: 15px 10px 10px; /* отступы */
/*	background: #aaa;
/*	border-radius: 5px; /* скругление углов */
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/*	left: 10px; /* отступ слева */
/*	bottom: 10px; /* отступ снизу */
/*	display: none; /* спрятать блок */
/*	cursor: pointer;
}
*/

/* Image style */
#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;  /* Height of image */
	width: 38px; /* Width of image */
	background: url(../images/top.png) no-repeat;
}