.flexcroll {
	width:335px;
	float:right;
	padding-right:10px;
}
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; right: 0;
}

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

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

.vscrollerbar, .hscrollerbar {
padding: 5px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(../images/drag_bg.png);
width: 8px;
right:2px;
	border-radius: 2px;

}

.vscrollerbarend {
background: #F00;
width: 15px; height: 10px;
display:none;
}

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

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

/* Following are OPTIONAL */

/*.vscrollerbase, .hscrollerbase {
background-image: url(../images/scrollbaseback.png);
}*/

.hscrollerbasebeg {
height: 15px;
background: #F00;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 15px; width: 7px;
/*background: url(../images/scrollbases.png) 0% 0% no-repeat;*/
}

.vscrollerbasebeg {
width: 12px;
	border-radius: 3px 3px 0px 0px;
background: url(../images/strip_bg.png);
/* height is auto set to fill the base */
}

.vscrollerbaseend {
	border-radius: 0px 0px 3px 3px;
height: 7px; width: 12px;
background: url(../images/strip_bg.png);
}

/*.scrollerjogbox {
width: 15px; height: 15px;
top: auto; right: auto; bottom: 0px; right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}*/
/* Scroll Bar Master Styling Ends Here */
