/* Panel */
#PanelPage
{
	padding				:	0px;
	margin				:	0px;
}
#PanelPageButtonNext, #PanelPageButtonPrevious
{
	width				:	50px;
	height				:	500px;
	text-align			:	center;
}
#PageButtonNext, #PageButtonPrevious
{
	margin				:	7px;
}

/* Frame */
#PanelPreview
{
	text-align			:	center;
	height				:	500px;
	margin				:	0px;
	padding				:	0px;
	overflow			:	auto;
}
#PanelPreviewFrame
{
	border-collapse			:	collapse;
	height				:	100%;
	margin				:	0px auto;
}
#ImagePreview, #ImagePreviewLeft, #ImagePreviewRight
{
	border				:	solid 1px #999999;
	vertical-align			:	middle;
}
#ImagePreviewLeft, #ImagePreviewRight
{
	cursor				:	url(../image/Cursor/Zoom.gif), pointer;
}

/* Introduction */
#PanelIntroduction
{
	display				:	none;
}
