/*--- Top scroll ---*/
.scrollTop{
	background:url(/assets/images/arrow_top.png) 0 0 no-repeat;
	display:block; width:50px; height:50px;
	position:fixed; bottom:10px; right:3%;
	z-index:2000;
	display:none;
}
.scrollTop:hover{background-position:0 -55px;}
.scrollBottom{
	background:url(/assets/images/arrow_bottom.png) 0 -55px no-repeat;
	display:block; width:50px; height:50px;
	position:fixed; bottom:10px; right:7%;
	z-index:2000;
	 display:none;
}
.scrollBottom:hover{background-position:0 0;}
/*--- end of Top scroll ---*/