#totopscroller {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 40px;
}
#totopscroller .panda-totopscroller-lastbutton{
	width: 40px;
	height: 40px;
	position: relative;
}

#totopscroller .panda-totopscroller-brtrl
{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#totopscroller .panda-totopscroller-brbrl
{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#totopscroller a {
	display:block;
	border: medium none;
}

#totopscroller a div, #totopscroller a:hover div {
	background: url('/designs/design_3/common/images/totopicons.png');
	width: 40px;
	height: 40px;
	text-decoration: none;
	margin: 0 0 -1px;
	border: 1px solid #949494;
}

.panda-totopscroller-top div {
	background-position: 0 0 !important;
}

.panda-totopscroller-lnk div {
	background-position: 0 -40px !important;
}

.panda-totopscroller-prev div {
	background-position: 0 -120px !important;
	position: absolute;
	top: 0;
	left: 0;
}

.panda-totopscroller-bottom div {
	background-position: 0 -80px !important;
	position: absolute;
	top: 0;
	left: 0;
}

.panda-totopscroller-top:hover div {
	background-position: -40px 0 !important;
}

.panda-totopscroller-lnk:hover div {
	background-position: -40px -40px !important;
}

.panda-totopscroller-prev:hover div {
	background-position: -40px -120px !important;
}

.panda-totopscroller-bottom:hover div {
	background-position: -40px -80px !important;
}
