.divScroolTop {
	right: 0px;
	height: 40px;
	bottom: 0px;
	position: fixed;
	margin-top: 16px;
	padding-top: 0px;
}

.aScroolTop.ui-draggable-dragging {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

.aScroolTop:hover {
	background-color: #E5E5E5;
}


.aScroolTop {
	background-image: url(images/ScroolTop.png);
	width: 45px;
	height: 45px;
	z-index: 999;
	position: absolute;
	top: -63px;
	right: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

@media screen and (max-width:771px) {
	.aScroolTop {
		background-image: url(images/ScroolTop-sm.png);
		height: 30px;
		width: 30px;
		top: -30px;
		right: 30px;
	}
}