#mycustomscroll {
/* Typical fixed height and fixed width example */

height: 135px;
overflow: auto;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;

}
#mycustomscrolls {
/* Typical fixed height and fixed width example */

height: 135px;
overflow: auto;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;

}


/*--切换样式设置结尾*/

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 3px;
background-color:#2975b9;
}
.vscrollerbar {
width: 3px;
background-color:#ffffff;
max-height:30px;

height:30px;
}

.hscrollerbase {
height: 10px;
background-color: black;
background-color:#efe8e8;
}
.hscrollerbar {
height: 10px;
background-color:#9d171c;
}

.scrollerjogbox {
width: 3px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;

}



#content {
	padding-top: 5em;
	margin:0.2em 2em;
	
}
