/*
	GalleryView Stylesheet
*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#gallery { visibility: hidden; display: none; }

/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}
.gallery.dark { border: 0; background: none; }

/* LOADING BOX */
.loader { background: url(../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; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white !important; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #000; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #aaa; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}

center.dark
{
    /*width: 100%;*/
    /*background: url('../images/layout/bg-mc.gif') #282828 repeat-x center top;*/
    /*border: 1px solid gray;*/
    padding: 10px;
}

center.dark h2
{
    width: 780px;
    text-align: left !important;
    font-family: "Palatino Linotype";
    font-weight: normal;
    font-size: 200%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* color: white;*/
}

div.panel-content.panel
{
    border: 2px solid black;
}
div.panel-overlay table
{
    height: 60px;
}

div.panel-overlay td
{
    color: white !important;
    width: 50%;
    font-size: 140%;
    vertical-align: middle;
}

div.panel-overlay td.right {
    text-align: right !important;
}   

a.arrow-prev
{
    float: left;
}

a.arrow-next
{
    float: right;
}

a.arrow-prev, a.arrow-next
{
    padding-top: 180px;
    display:none;
}
table.fw {
    width: 100%;
}
