#totopscroller {
	position: fixed;
	right: 40px;
	bottom: 60px;
	width: 40px;
	z-index:9999;
}

#totopscroller i{
	cursor:pointer;
	color: #FFF;
	width:50px;
	padding:10px;
	font-size:15px;
	text-align: center;
	border-radius: 0;
	background: #02B8FA;
}

#totopscroller i:hover{
	cursor:pointer;
	color: #DDD;
	padding:10px;
}
#totopscroller div{
	position: relative;
}

.totopscroller-lnk i {
	font-weight: bold !important;
}

.totopscroller-prev {
	position: absolute;
	padding:10px;
	width:auto;
	top: 0;
	left: 0;
}

.totopscroller-bottom {
	position: absolute;
	padding:10px;
	top: 0;
	left: 0;
}
