/*LEFT*/
.panel_button, .panel_button2
{
	position: absolute;
	top: 50%;
	width: 22px;
	height: 121px;
	z-index: 20;
	cursor: pointer;
	margin-top: -60px;
}
.panel_button A SPAN, .panel_button2 A SPAN
{
	display: none;
}
.panel_button A, .panel_button2 A
{
	background: url(../img/arrow.png) left top;
	display: block;
	width: 22px;
	height: 121px;
}
.panel_button A:hover
{
	background-position: left -150px;
}
.panel_button#hide_button A
{
	background-position: left -300px;
}
.panel_button#hide_button A:hover
{
	background-position: left -450px;
}
.panel_button2 A
{
	background-position: right top;
}
.panel_button2#hide_button2 A
{
	background-position: right -300px;
}
.panel_button2#hide_button2 A:hover
{
	background-position: right -450px;
}
.panel_button2 A:hover
{
	background-position: right -150px;
}
#panel
{
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #B8B8B8;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents
{
	width: 320px;
	height: 100%;
	color: #000;
	position: absolute;
	z-index: -1;
}
#panel_contents .padd
{
	padding: 24px;
}
/*RIGHT*/
.panel_button2
{
	right: 0;
	z-index: 20;
	cursor: pointer;
}
#panel2
{
	width: 0;
	background-color: #FFA800;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents2
{
	width: 320px;
	height: 100%;
	color: #000;
	position: absolute;
	z-index: -1;
}
#panel_contents2 .padd
{
	padding: 24px;
}

