#scrollable-wrapper {
	overflow: hidden;
	height: 349px;
	width: 468px;
}

#scrollable-content-wrapper {
	position: relative;
	width: 453px;
	height: 328px;
	margin-top: 21px;
	background: #fff;
	float: left;
	overflow: hidden;
}

#scrollable-content { width: 453px; }

#scroller-wrapper {
	background: url('/images/bg_scroller.png') 0 0 repeat-y;
	float: left;
	width: 15px;
	height: 100%;
	padding: 0;
}

#slider-bg { height: 317px; }

#scroller-up, #scroller-down {
	display: block;
	height: 15px;
	overflow: hidden;
}

#slider-thumb {
	background: #feb645;
	width: 15px;
	height: 57px;
}