
#arrows {
position: relative; 
padding-right: 20px; 
display: block;
width: 100%;
}
#arrows #scroll {
height: 2250px; 
overflow: hidden;
}
#scroll_top {
background: url(/_img/arrow-up.gif)  no-repeat; 
width: 17px; 
height: 17px; 
position: absolute; 
top: 4px; 
right: 5px; 
display: none;
}
#scroll_down {
background: url(/_img/arrow-down.gif) no-repeat; 
width: 17px; 
height: 17px; 
position: absolute; 
bottom: 10px; 
right: 5px; 
display: none;
}
.scroll_content strong, .scroll_content b {
	font-weight: 400;
}
.scroll_content h1 {
	font-weight: 600;
	font-size: 13px;
}