--Theme Default
.scrollbar_container_default{
	width:400px;
	height:400px;
}
.scrollbar_content_default{
	height:400px;
	overflow:hidden;
	text-align:justify;
}
.scrollbar_scroller_default{
	width:31px;
}
.scrollbar_scroller_up_default{
	height:32px;
	background:url("../img/scrollbars/up.png") no-repeat;
	cursor:pointer;
}
.scrollbar_scroller_down_default{
	height:32px;
	background:url("../img/scrollbars/down.png") no-repeat;
	cursor:pointer;
}
.scrollbar_scroller_track_default{
	vertical-align:top;
}
.scrollbar_scroller_handle_default{
	position: relative;
	width:23px;
	left:4px;
	top: 0px; 	
	cursor:pointer;
	margin:0;
	padding:0;
}
.scrollbar_scroller_handle_top_default{
	background:url("../img/scrollbars/handle_up.png") no-repeat;
	width:23px;
	height:10px;
}
.scrollbar_scroller_handle_middle_default{
	background:url("../img/scrollbars/handle_middle.png") repeat-y;
}
.scrollbar_scroller_handle_bottom_default{
	background:url("../img/scrollbars/handle_down.png") no-repeat;
	width:23px;
	height:10px;
}

--Theme Small
.scrollbar_container_small{
	width:400px;
	height:400px;
}
.scrollbar_content_small{
	height:400px;
	overflow:hidden;
	text-align:justify;
}
.scrollbar_scroller_small{
	width:17px;
}
.scrollbar_scroller_up_small{
	height:18px;
	background:url("../img/scrollbars/up_small.png") no-repeat;
	cursor:pointer;
}
.scrollbar_scroller_down_small{
	height:18px;
	background:url("../img/scrollbars/down_small.png") no-repeat;
	cursor:pointer;
}
.scrollbar_scroller_track_small{
	vertical-align:top;
}
.scrollbar_scroller_handle_small{
	position: relative;
	width:13px;
	left:2px;
	top: 0px; 	
	cursor:pointer;
	margin:0;
	padding:0;
}
.scrollbar_scroller_handle_top_small{
	background:url("../img/scrollbars/handle_up_small.png") no-repeat;
	width:13px;
	height:6px;
}
.scrollbar_scroller_handle_middle_small{
	background:url("../img/scrollbars/handle_middle_small.png") repeat-y;
}
.scrollbar_scroller_handle_bottom_small{
	background:url("../img/scrollbars/handle_down_small.png") no-repeat;
	width:13px;
	height:6px;
}