#content {
	background-color: #ECF2F4;
	padding: 0;
	margin:0 0 5px 0;
	width:289px;
	border:0px solid #9AC1C9;
	color:#6b6b6b;
	border:none;
	outline:none;
	float:left;
	display:inline;
	
}

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 289px;
	height: 150px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #fff;
	padding: 0px 0 05px 0;
	float:left;
}
#mycustomscroll h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#68bc40;
	text-decoration:none;
	margin:0px;
	padding:0px 0 10px 0;
}

#mycustomscroll h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#6b6b6b;
	text-decoration:none;
	margin:0px;
	padding:0px 0 10px 0;
}

#mycustomscroll p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#6b6b6b;
	text-decoration:none;
	margin:0px;
	padding:0px 0 15px 0;
}

/* scroll bar content css */
#mycustomscroll .left-pan {
	width:187px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#4191d6;
	text-decoration:none;
	padding:0 0 17px 0;
	margin:0px;

	}
#mycustomscroll .right-pan {
	width:280px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#6b6b6b;
	text-decoration:none;
	padding:0 0 17px 0;
	}

.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase{
width: 3px;
border-right:1px solid #dadada;
border-left:1px solid #dadada;
border-top:1px solid #dadada;
background-color:#fff;
}

.hscrollerbase, .hscrollerbar {
height: 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 0 3px 0;

/* 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 -10px;
height:15px;
width: 3px;
border:none;

/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.png);
width: 3px; 
/*height: 10px; */
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/hscroller.png) -10px 0px;
height: 15px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar
background: url(../images/hscroller.png);
height: 15px; width: 10px;*/
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #fff;

/*background-image: url(../images/scrollbaseback.png); */
}

.hscrollerbasebeg {
height: 15px;
background: url(../images/scrollbases.png) -22px 0px no-repeat;

/* width is auto set to fill the base */
}

.hscrollerbaseend {
/*height: 15px; width: 7px;
background: url(../images/scrollbases.png) 0% 0% no-repeat; */

}

.vscrollerbasebeg {
width: 3px;

background: url(../images/scrollbases-top-cor.png) -7px -8px no-repeat;
/* height is auto set to fill the base */
border-bottom:1px solid #dadada;
background-color:#fff;
}

.vscrollerbaseend {
height: 3px; 
width: 3px;
background: url(../images/scrollbases-top-cor.png) -7px 0px no-repeat;
background-color:#dadada;

}

.scrollerjogbox {
width: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}
