#scrolltotop,
#scrolltobottom
{
	display: none;
	position: fixed;
	box-shadow: 0px 0px 5px RGBA(0, 0, 0, .3);
	cursor: pointer;

	bottom: 58px;
	right: 10px;
}

#scrolltobottom
{
	bottom: 20px;
	right: 10px;
}
.scrollbigimg img
{
	width: 84px;
	height: 45px;
}
#scrolltotop.scrollbigimg
{
	bottom: 73px;
}
