div#gallery { width: 1020px; height: 650px; }
#flashcontent { text-align: center; }
span.gallerypics { cursor: pointer; }
div#gallery div#nav { text-align: center; }
span.gallerypics img { border: none; vertical-align: -25%; }
iframe { border: none; margin: 0; padding: 0; }

div#gallery_div { border: 2px solid black; padding: 5px 5px 20px 5px; position: absolute; background: white; display: none; z-index: 52; }
div#gallery_contents iframe { padding: 0; overflow: hidden; border: none; }

div#gallery_handle
{
	cursor: move;
	background: #dddddd;
	height: 20px;
	vertical-align:text-bottom;
	text-align: center;
	margin: -4px 0 -2px -4px;

}

a#gallery_div_close
{
	float: right;
	vertical-align:middle;
	font-weight: bold;
}

#gallery_resize
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 10px;
	width: 10px;
	background-color: #CCCCCC;
	cursor: se-resize;
}
