﻿.scrollButtons
{
	position:fixed;
	top:40%;
	right:0;
	width:30px;
	height:100px;
}
.scrollSpacer
{
	height:20px;
}
.scrollButtonLeft
{
	background-image: url(images/arrow_left.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 30px;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	height: 50%;
	border:0px solid;
}

.scrollButtonRight
{
	background-image: url(images/arrow_right.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 30px;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	height: 50%;
	border:0px solid;
}

.scrollButtonLeftFocus
{
	background-image: url(images/arrow_left.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 30px;
	opacity: 0.55;
	filter: alpha(opacity = 55);
	-moz-opacity: 0.55;
	height: 50%;
	border:0px solid;
	cursor:pointer;
}

.scrollButtonRightFocus
{
	background-image: url(images/arrow_right.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 30px;
	opacity: 0.55;
	filter: alpha(opacity = 55);
	-moz-opacity: 0.55;
	height: 50%;
	border:0px solid;
	cursor:pointer;
}