* {
	margin: 0;
	padding: 0;
}

div#scrollUp, div#scrollDown {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	width:0;
	height:0;
	border: 6px solid #B7B5AB;
}

div#scrollUp {
	border-bottom-width: 9px;
	border-bottom-color: #008585;
	margin-bottom: 6px;
}

div#scrollDown {
	border-top-width: 9px;
	border-top-color: #008585;
}

div#up div.disabled {
	border-bottom-color: #7E7E7E;
}

div#down div.disabled {
	border-top-color: #7E7E7E;
}

