/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 7px;
}

.hscrollerbase, .hscrollerbar {
height: 17px;
}

.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: 12px;*/
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2; 

}
.hscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(hscroll.png) ;
/*background-color: #8d6335;*/
width: 38px; height: 17px;
/* height is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {

/*background: url(scroll.png)  no-repeat;
/*background-color: #8d6335;*/
/*bottom image holder for vertical scroll bar*/
/*background: url(images/vscroller.png);
width: 7px; height: 10px;*/
}

.hscrollerbase {
/*background-color: #1A2409;*/
background: url(paloscroll.png);
}

.hscrollerbasebeg {

/*width: 7px;height: 17px;

/* height is auto set to fill the base */
}

.hscrollerbaseend {

/*width: 7px; height: 12px;
background: url(downazul.gif)  no-repeat;*/
}

/* Scroll Bar Master Styling Ends Here */
.z1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A8A8A8;
	text-decoration: none;
}
