#mycustomscroll {
/* Typical fixed height and fixed width example */
	width:100%;
	height: 180px;
	overflow: auto;

/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*margin:0.3em auto 0.3em 0;*/
	/*padding:0 15px 15px 0;*/
}




/* Scroll Bar Master Styling Starts Here */
.scrollgeneric{
	line-height:1px;
	font-size:1px;
	position:absolute;
	top:0;
	left:0;
}

.vscrollerbase{  /*todo el scroll*/
/*	background:url(../img/scroll_fondo.gif) 0px 0px repeat-y;*/
	width:10px;
}

.vscrollerbar{ /* la barra del scroll */
	background:url(../img/scroll_bar.gif) 0px 0px repeat-y #99cbcb;
	width:10px;
	padding:20px;
	z-index:2;
}
.vscrollerbarbeg{ /* barra arriba */
	background:#99cbcb url(../img/scroll_bar.gif) 0px 0px repeat-y;
	width:10px;
	height:20px !important;
}
.vscrollerbarend { /* barra abajo */
	background:#99cbcb url(../img/scroll_bar.gif) 0px 0px repeat-y;
	width:10px;
	height:20px;
}

.vscrollerbasebeg{ /* flecha de arriba */
	background:url(../img/scroll_top-arrow.gif) 0px 0px no-repeat;
	width:10px;
	height:20px !important;
}
.vscrollerbaseend{ /* flecha de abajo */
	background:url(../img/scroll_bottom-arrow.gif) 0px 0px no-repeat;
	height:20px;
	width:10px;
}
/* Scroll Bar Master Styling Ends Here */