.ScrollPageArrowRight,
.ScrollPageArrowLeft
{
    border-width:0px;
	margin-left: 3px;
	height:15px;
	width:15px;
	margin-top: 3px;
}
.ScrollPageArrowLeft
{
	transform: scaleX(-1);
}
.ScrollPage
{
	height:15px;
	width:15px;
	margin-top: 4px;
	text-align: center;
	border-left-style: solid;
    border-left-width:3px;
    border-right-width:0px;
    border-bottom-width:0px;
    border-top-width:0px;
	display: table;
	font-size: 14px;   
    white-space: nowrap;
}
.ScrollPage > div
{
	vertical-align: middle;
}

