/* browse panel */
#sheet #panel {
	height:270px;
	width:560px;
	position:relative;
	margin:10px 0 0 10px;
}
#sheet #panel .items {
	position:absolute;
	width:210px;
	height:270px;
	left:0;
	top:0;
	z-index:12;
}
#sheet #panel .items h4 {
	display:block;
	width:210px;
	height:42px;
	font-weight:normal;
}
#sheet #panel .items h4 a {
	display:block;
	width:210px;
	height:42px;
	color:#ff850a;
	text-decoration:none;
	font-size:12px;
	background-image:url(../images/panel/item_closed.png);
	_background-image:url(../images/panel/item_closed.gif);
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
}
#sheet #panel .items h4.open a,#sheet #panel .items h4 a:hover {
	background-image:url(../images/panel/item_open.png);
	_background-image:url(../images/panel/item_open.gif);
	font-weight:bold;
}
#sheet #panel .items h4 a span {
	position:absolute;
	display:block;
	right:40px;
	top:10px;
	cursor:pointer;
	z-index:50;
}
#sheet #panel .images {
	position:absolute;
	width:383px;
	height:254px;
	left:180px;
	top:0;
	z-index:1;
}
#sheet #panel .images img {
	display:none;
}
#sheet #panel .images img.show {
	display:block;
}



