﻿#panel {
	width: 300px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -300px;
	z-index: 200;

	background-image: url('images/panel.png');
	background-repeat: repeat-y;
}
#panel-tab {
	text-align:center;
	width: 42px;
	height: 228px;

	
	position: absolute;
	top: 34px;
	right: -42px;

	cursor: pointer;
	background-image: url('images/panel_button.png');
	background-repeat: no-repeat;
}