/* CSS Document */
.container{
	text-align: left;
	position: relative;
}
.fsreadtxt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#fsscroll {
	width: 131px;
	height: 190px;
	overflow: auto;
	position: relative;
	background-image:url(../images/bkg.jpg);
}
#fsscroll2 {
	width: 380px;
	height: 375px;
	overflow: auto;
	position: relative;
}
#fsscroll3 {
	width: 320px;
	height: 85px;
	overflow: auto;
	position: relative;
}
/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 10px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 10px;
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: 0px;
/* 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;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/vscroller.png) 0px -6px;
width: 10px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.png);
width: 10px;
height: 6px;
}

.hscrollerbarbeg {
background: url(../images/hscroller.png) -6px 0px;
height: 10px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(../images/hscroller.png);
height: 10px;
width: 6px;
}

/* Following are OPTIONAL */

.vscrollerbase{
background-color: #D1DDCB;
background-image: url(../images/scrollbases.png);

}

.hscrollerbase {
background-color: #D1DDCB;
background-image: url(../images/scrollbasesh.png);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: url(../images/scrollbases.png) -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 10px;
width: 7px;
background: url(../images/scrollbasesh.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 10px;
background: url(../images/scrollbases.png) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 10px;
background: url(../images/scrollbases.png) -7px 0px no-repeat;
}
/*
.scrollerjogbox {
width: 10px;
height: 10px;
bottom: 0px;
right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}


 Scroll Bar Master Styling Ends Here */
