.css-scrollbar{
	padding: 0;
 	height:396px
}
.css-scrollbar .scrollbar-pane {
	margin-right: 12px;
	height:450px;
 }
.scrollbar-pane{
	width:100%;
}
.css-scrollbar .scrollbar-handle-container {
	background-color: #dfdfdf;
	width: 8px;
}
.css-scrollbar .scrollbar-handle {
	width: 8px;
	background-color: #6e6e6e;
}
.css-scrollbar .scrollbar-handle:hover {
	background-color: #6e6e6e;
}
.css-scrollbar .scrollbar-handle.move {
	background-color: #666;
}
.css-scrollbar .scrollbar-handle-up {
	width: 8px;
	height: 18px;
	background:url(../images/handle-up.png) no-repeat center;
}
.css-scrollbar .scrollbar-handle-down {
	width: 8px;
	height: 18px;
	background:url(../images/handle-down.png) no-repeat center;
}
#home_page_scorecard_widget {
	background:#fff;
	padding:0px;
	/*border:1px solid #dedede;
	border-top:2px solid #4c9300;*/
	height:344px ;
	overflow:hidden;
}
#home_page_scorecard_widget .scrollbar-pane {
    height: 344px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 303px;
}