@charset "UTF-8";
/* CSS Document */


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

/* GALLERY CONTAINER */
.gallery {   padding: 0px; margin:0px;}

/* LOADING BOX */
.loader { }

/* 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: 46px; padding-top:10px; padding-left:20px;}

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

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif, Arial; font-size:17px;}
.panel .panel-overlay a:link {color:#fff; text-decoration:none}
.panel .panel-overlay a:visited {color:#fff; text-decoration:none}
.panel .panel-overlay a:hover {color:#fff; text-decoration:underline}
.panel .panel-overlay a:active {color:#fff}

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

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {padding:0px; 0}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap {  margin: 0 5px 0 5px; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #fff; border-width:2px; }

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

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

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

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

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

.hidden{display:none;}

.gallerywrap {
	padding-left:10px;
	width:555px;
	height:333px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:0px;
	background-color:#FFF;
	margin:0px;
}

.gallerywrap2 {
	padding-left:10px;
	width:555px;
	height:333px;
	padding-top:30px;
	padding-bottom:0px;
	padding-right:0px;
	margin:0px;
}
