/* The pads of the ScrollPane */
.ScrollPanePad {
	display: block;
	float: left;
	position: absolute;
    background-color: #c0c0c0;
	padding: 0px;
	margin: 0px;
	opacity: 0.3;
	-khtml-opacity: 0.30;
	-moz-opacity: 0.30;
	z-index: 500;
}
/* IE 7 and above */
html>body .ScrollPanePad {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.SPPadLeft, .SPPadRight { width: 0px; }
.SPPadTop, .SPPadBottom { height: 0px;}

/* The image on the pads of the ScrollPane */
.ScrollPanePadImage {
	display: block;
	background-image: url(images/ui-icons_222222_256x240.png);
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}
.SPImgLeft {
	background-repeat: no-repeat;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	background-position: -98px -18px;
	margin-top: -7px;
	margin-left: -7px;
}
.SPImgRight {
	top: 50%;
	left: 100%;
	width: 12px;
	height: 12px;
	background-position: -35px -18px;
 	margin-top: -7px;
	left: 100%;
	margin-left: -75%;
}
.SPImgTop {
	top: 50%;
	left: 50%;
	width: 15px;
	height: 0px;
	background-position: 0px -18px;
	margin-top: -6px;
	margin-left: -8px;
}
.SPImgBottom {
	top: 50%;
	left: 50%;
	width: 15px;
	height: 0px;
	background-position: -65px -18px;
	margin-top: -6px;
	margin-left: -8px;
}
