/* Scroll Bar Master Styling Starts Here */

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

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

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

}


.hscrollerbar {
top: 0px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
z-index: 10;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
/*background: url(/web/images/vscroller.png) 0px -10px;*/
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
/*background: url(/web/images/vscroller.png);*/
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(/web/images/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(/web/images/hscroller.png);
height: 15px;
width: 10px;
}

/* Scroll Bar Master Styling Ends Here */

#content-main .vscrollerbarbeg {
background: url(images/vscroller2.jpg) 0px -4px;
width: 14px;
height: auto;
}

#content-main .vscrollerbarend {
background: url(images/vscroller2.jpg);
width: 8px;
height: 4px;
}

#content-main .vscrollerbase {
width: 8px;
/*background: white none;*/
}

#content-main .vscrollerbar {
/*background-color: #8F9793;*/
padding: 0px;
}

#content-main .vscrollerbasebeg, #content-main .vscrollerbaseend {
/*background-image: none;*/
}

#arrowup {
	position:absolute;
	left:671px;
	top:82px;
	z-index:10;
}

#arrowdown {
	position:absolute;
	left:671px;
	top:390px;
	z-index:10;
}

