.bold { font-weight:bold; }
.boldBlue, .boldBlue a { font-weight:bold;color:#00f; }
.boldRed { font-weight:bold;color:#f00; }

#scrollbar1 { width: 371px; clear: both; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 357px; height: 385px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; margin-bottom: 52px;}
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #EB684B; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 5px; }
#scrollbar1 .track { background-color: rgba(89,87,87,0.5); height: 100%; width: 1px; position: relative; padding: 0px; }
#scrollbar1 .thumb { height: 20px; width: 4px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }
@media all and (max-width:1024px){
	#scrollbar1 .scrollbar {
	  display: none;
	}
	#scrollbar1 .viewport {
		  overflow: initial;
	}
}
