/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	 
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
*/

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

.gv_galleryWrap { position: relative; background: none; font-size: 10pt; padding:0 !important; }

/* GALLERY DIV */
.gv_gallery { overflow: hidden; position: relative;}

.gv_imageStore { visibility: hidden; position: absolute; top: -10000px; left: -10000px; }


/*************************************************/
/**   PANEL STYLES								**/
/*************************************************/

.gv_panelWrap { filter: inherit; position: absolute; overflow: hidden; border:0px solid #999; }

.gv_panel-loading { background: url(img-loader.gif) 50% 50% no-repeat #fff; }
.gv_frame-loading { background: url(img-loader.gif) 50% 50% no-repeat #fff; }

/* GALLERY PANELS */
.gv_panel {
	filter: inherit;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
	margin-bottom: 5px;
}
.gv_panel img { position: absolute; }

.gv_overlay {
	position: absolute;
	bottom:4px;
	color: #000;
	z-index: 50000;
	padding-left:618px;
	width: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.gv_showOverlay {
	position: absolute;
	width: 140px;
	cursor: pointer;
	z-index: 50000;
    padding-left:618px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.gv_overlay h4 {
	color: #91052b;
	margin: 0;
	font-weight: normal;
	font-size:11px;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.gv_overlay p {
	color: #63707a;
	margin: 0em;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	padding-bottom:4px;


	display:block;
}

.gv_infobar {
	background: #e9e9e9;
	padding: 0 0.5em;
	line-height: 1.5em;
	height: 1.5em;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
	vertical-align: middle;
	z-index: 2000;
	visibility: hidden;	
}


/*************************************************/
/**   FILMSTRIP STYLES							**/
/*************************************************/

.gv_filmstripWrap {
	overflow: hidden;
	position: absolute;
}


/* FILMSTRIP */
.gv_filmstrip {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
    width:702px;
}

/* FILMSTRIP FRAMES (contains both images and captions) */
.gv_frame { 
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

/* WRAPPER FOR FILMSTRIP IMAGES */
.gv_frame .gv_thumbnail { position: relative;overflow: hidden !important ; border:solid 1px #999;}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.gv_frame.current .gv_thumbnail { border:solid 3px #ffffff; padding:2px; background-color:000;

	}
.gv_thumbnail current { border:solid 3px #ffffff; padding:2px; background-color:000; }
/* FRAME IMAGES */
.gv_frame img { border: none; position: absolute;  }

/* FRAME CAPTION */
.gv_frame .gv_caption { height: 14px; line-height: 14px; font-size: 10px; text-align: left; color:#000; }

/* CURRENT FRAME CAPTION */
.gv_frame.current .gv_caption { }

/* POINTER FOR CURRENT FRAME */
.gv_pointer {
	border-color: black;
}

/* NAVIGATION BUTTONS */
.gv_navWrap {
	text-align: center;
	position: absolute;
	width:80px;
	right: 10px;
}
.gv_navPlay,
.gv_navPause,
.gv_navNext,
.gv_navPrev {
	
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	filter:alpha(opacity=20);
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
}
.gv_navPlay:hover,
.gv_navPause:hover,
.gv_navNext:hover,
.gv_navPrev:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
}
.gv_panelNavPrev,
.gv_panelNavNext {
	position: absolute;
	top:286px;

	opacity: 0.70;
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	filter:alpha(opacity=70);
	z-index: 5000;
	width:44px;
	height:82px;
}

.gv_panelNavPrev:hover,
.gv_panelNavNext:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
}

.gv_navPlay {
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(images/play-big.png) top left no-repeat;
}
.gv_navPause {
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(images/pause-big.png) top left no-repeat;
}
.gv_navNext {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(images/next.png) top left no-repeat;
}
.gv_navPrev {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(images/prev.png) top right no-repeat;
}
.gv_panelNavNext {
	height: 82px;
	width: 44px;
	cursor: pointer;
	background: url(images/next.png) top left no-repeat;
}
.gv_panelNavPrev {
	height: 82px;
	width: 44px;
	cursor: pointer;
	background: url(images/prev.png) top right no-repeat;
	right:0;
	top:286px;
}
.current {
		
}