/* 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 { padding: 15px 0;}

/* LOADING BOX */
.loader { background: url(loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

.panel .panel-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
}
.panel .panel-overlay a {
    display: block;
    height: 297px;
    width: 1024px;
    margin: auto;
}

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

/* FILMSTRIP FRAMES (contains both images and captions) */
.strip_wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}
.frame {}

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

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap img {
    border: 1px solid #ddd;
}

/* FRAME IMAGES */
.frame img {
}

/* 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;
    display: none;
}

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