/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
body{ padding:0; margin:0; font-family:"微軟正黑體";}
h2{ width:48%; float:left; padding:0; margin:0;color:#999; font-weight:bold; font-size:14px; letter-spacing: 2px;}
.clear{ clear:both;}
.flexcroll
		{
			width:560px;
			height: 250px;
			overflow: auto;
			clear:both;
		}
.flexcroll ul{padding:10px 0; width:45%; float: left; margin-right:5%; margin-top:0}
.flexcroll li{ color:#eee; font-size:13px; padding:5px 0; list-style:none;}
.flexcroll li a{color:#eee; text-decoration:none}
.flexcroll li a:hover{color:#17a7e3;}

.scrollgeneric {
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color:#2b2b2b;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;		
	-ms-border-radius:5px;			
	-o-border-radius:5px;				

}
.vscrollerbar {
width: 10px;
background-color: #2a50a3;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;		
	-ms-border-radius:5px;			
	-o-border-radius:5px;				

}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}