#scrollbar_wrapper {
	background-color:#dddddd;
	float:left;
	height:405px;
	margin:0 0 0 1px;
	visibility:hidden;
	width:18px;
}

#scrollbar_wrapper #scrollbar_background {
	height:367px;
	width:100%;
}

#scrollbar_wrapper #scrollbar_handle {
	background-color:#bbbbbb;
	height:18px;
	width:100%;
}

#scrollbar_wrapper .scrollbar_button {
	background-color:#bbbbbb;
	border-color:#ffffff;
	border-style:solid;
	border-width:0;
	height:18px;
	width:100%;
}

#scrollbar_wrapper #scrollbar_scrollup {
	background:#bbbbbb url( '/media/images/site/scroll_up.gif' ) no-repeat center center;
	border-width:0 0 1px 0;
}

#scrollbar_wrapper #scrollbar_scrolldown {
	background:#bbbbbb url( '/media/images/site/scroll_down.gif' ) no-repeat center center;
	border-width:1px 0 0 0;
}