/* CSS Document */
#panel {
	position:relative;
	left: 0px;
	top: 0px;
	width:250px;
	height:291px;
	background-repeat:repeat-y;
}

#panel_scroller {
	position:absolute;
	width:20px;
	height:291px;
	right:0px;
	top:0px;
	background-image:url(gfx/menu/bg_slider.gif);
}
