/*******************************************************************
HEADER
 ********************************************************************/


#headimage
{
	background: url(/private/images/headimage.gif);
	margin: 0;
}

#gallery-wrapper
{
	margin-left: 10px;
}

#photos
{
	float:left;
}


/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: #fff;}

/* LOADING BOX */
.loader { background: url(/private/images/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; }

.panel p
{
	padding-top: 5px;
	font-size: 11px;
}

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: transparent; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }


/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


span.right-top,
span.right-bottom
{
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	z-index: 999;
}

span.right-top
{
	top: 0;
	right: 0;
	background: transparent url(/private/images/top-corner.png) no-repeat 0 0;
	_background: none;	
}

span.right-bottom
{
	right: 0;
	bottom: 0;
	background: transparent url(/private/images/bottom-corner.png) no-repeat 0 0;	
	_background: none;
}
