

/*Top scroll*/
.scrollTop{
	background:url(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(images/arrow_bottom.png) 0 0 no-repeat;
	display:block; width:50px; height:50px;
	position:fixed; bottom:10px; right:7%;
	z-index:2000;
	 display:none;
}

.scrollBottom:hover{background-position:0 -55px;}