﻿.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;
}

	.hscrollerbase {
	width:50px;
	top:5px;
	height:16px;
	background-color:#ffffff; /* background colour of slider area */
	}
		.hscrollerbasebeg, .hscrollerbaseend {
		border: 0px solid #63615A;
		height: 10px;
		background:url(../images/slider-bg.gif) top repeat-x;
		top: 7px;
		}


		.hscrollerbasebeg {
		border-left:2px solid #cccccc;
		background:url(../images/slider-bg.gif) top repeat-x;
		}
		
		.hscrollerbaseend {
		border-right:2px solid #cccccc;
		background:url(../images/slider-bg.gif) top repeat-x;
		}

	.hscrollerbar {
	top: 0px;
	height:16px;
	width:37px;
	max-width:37px;
	padding: 2px;
	background:url(../images/arrow-slider.gif) center 4px no-repeat;
	}

		.hscrollerbarbeg {
		left: 0;
		height: 15px;
		width: 5px;
		max-width:5px;
		}
		
		.hscrollerbarend {
		height: 15px;
		width: 1px;
		}