
/* jquery.galleryview-3.0.css */

/* 1   */ /*
/* 2   *| 
/* 3   *| 	GalleryView Stylesheet
/* 4   *| 	
/* 5   *| 	Use the CSS rules below to modify the look of your gallery.
/* 6   *| 	 
/* 7   *| 	To create additional rules, use the markup below as a guide to GalleryView's architecture.
/* 8   *| 	NOTE - The markup below represents the DOM generated by the GalleryView plugin, NOT the markup you would include in your HTML file.
/* 9   *| 		   Refer to README.txt to review markup requirements.
/* 10  *| 	
/* 11  *| 	<div class="gallery">
/* 12  *| 		<div class="gv-panel_wrap">
/* 13  *| 			<div class="gv-panel">
/* 14  *| 				<img src="path/to/image.jpg" />
/* 15  *| 				<div class="gv-panel-overlay">
/* 16  *| 					...overlay content...
/* 17  *| 				</div>
/* 18  *| 				<div class="gv-overlay-background"></div>
/* 19  *| 			</div>
/* 20  *| 		</div>
/* 21  *| 		<div class="gv-strip_wrapper">
/* 22  *| 			<ul class="gv-filmstrip">
/* 23  *| 				<li class="gv-frame current">
/* 24  *| 					<img src="path/to/thumbnail.jpg" />
/* 25  *| 					<div class="gv-caption">caption text</div>
/* 26  *| 				</li>
/* 27  *| 				<li class="gv-frame">
/* 28  *| 					<img src="path/to/thumbnail.jpg" />
/* 29  *| 					<div class="gv-caption">caption text</div>
/* 30  *| 				</li>
/* 31  *| 			</ul>
/* 32  *| 		</div>
/* 33  *| 	</div>
/* 34  *| 		
/* 35  *| 
/* 36  *| */
/* 37  */ 
/* 38  */ /* GALLERY LIST */
/* 39  */ /* IMPORTANT - Change '#myGallery' to the ID of your gallery list to prevent a flash of unstyled content */
/* 40  */ #myGallery { visibility: hidden; }
/* 41  */ 
/* 42  */ /* GALLERY CONTAINER */
/* 43  */ .gv-gallery { overflow: hidden; }
/* 44  */ 
/* 45  */ /* LOADING BOX */
/* 46  */ .gv-loader { background: url(https://6e471b.claudeassets.com/20140602011051im_/http://meandmymastcells.com/wp-content/plugins/j-shortcodes/galleryview/css/loader.gif) center center no-repeat #fff; }
/* 47  */ 
/* 48  */ 
/* 49  */ /*************************************************/
/* 50  */ /**   PANEL STYLES								**/

/* jquery.galleryview-3.0.css */

/* 51  */ /*************************************************/
/* 52  */ 
/* 53  */ /* GALLERY PANELS */
/* 54  */ .gv-panel { filter: inherit; }
/* 55  */ 
/* 56  */ /* DEFINE HEIGHT OF PANEL OVERLAY */
/* 57  */ /* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
/* 58  */ .gv-panel .gv-panel-overlay,
/* 59  */ .gv-panel .gv-overlay-background { height: 5em; padding: 1em; }
/* 60  */ 
/* 61  */ /* PANEL OVERLAY BACKGROUND */
/* 62  */ .gv-panel .gv-overlay-background { background: #222; }
/* 63  */ 
/* 64  */ /* PANEL OVERLAY CONTENT */
/* 65  */ .gv-panel .gv-panel-overlay { color: white; }
/* 66  */ .gv-panel .gv-panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }
/* 67  */ 
/* 68  */ /* CONTENT PANELS */
/* 69  */ .gv-panel-content { overflow-y: auto; }
/* 70  */ 
/* 71  */ 
/* 72  */ /*************************************************/
/* 73  */ /**   FILMSTRIP STYLES							**/
/* 74  */ /*************************************************/
/* 75  */ 
/* 76  */ 
/* 77  */ /* FILMSTRIP */
/* 78  */ /* 'margin' will define top/bottom margin in completed gallery */
/* 79  */ .gv-filmstrip { margin: 5px; }
/* 80  */ 
/* 81  */ /* FILMSTRIP FRAMES (contains both images and captions) */
/* 82  */ .gv-frame {}
/* 83  */ 
/* 84  */ /* WRAPPER FOR FILMSTRIP IMAGES */
/* 85  */ .gv-frame .gv-img_wrap {}
/* 86  */ 
/* 87  */ /* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
/* 88  */ .gv-frame.current .gv-img_wrap {}
/* 89  */ 
/* 90  */ /* FRAME IMAGES */
/* 91  */ .gv-frame img { border: none; }
/* 92  */ 
/* 93  */ /* FRAME CAPTION */
/* 94  */ .gv-frame .gv-caption { height: 2em; line-height: 2em; font-size: 1em; text-align: center; }
/* 95  */ 
/* 96  */ /* CURRENT FRAME CAPTION */
/* 97  */ .gv-frame.current .gv-caption { }
/* 98  */ 
/* 99  */ /* POINTER FOR CURRENT FRAME */
/* 100 */ .gv-pointer {

/* jquery.galleryview-3.0.css */

/* 101 */ 	border-color: black;
/* 102 */ }
/* 103 */ 
/* 104 */ /* NAVIGATION BUTTONS */
/* 105 */ .gv-nav-next {
/* 106 */ 	height: 22px;
/* 107 */ 	width: 22px;
/* 108 */ 	cursor: pointer;
/* 109 */ 	background: url(https://c6fdc5.claudeassets.com/20140602011051im_/http://meandmymastcells.com/wp-content/plugins/j-shortcodes/galleryview/css/themes/dark/next.png) top left no-repeat;
/* 110 */ }
/* 111 */ .gv-nav-prev {
/* 112 */ 	height: 22px;
/* 113 */ 	width: 22px;
/* 114 */ 	cursor: pointer;
/* 115 */ 	background: url(https://2f02bb.claudeassets.com/20140602011051im_/http://meandmymastcells.com/wp-content/plugins/j-shortcodes/galleryview/css/themes/dark/prev.png) top right no-repeat;
/* 116 */ }
/* 117 */ .gv-panel-nav-next {
/* 118 */ 	height: 42px;
/* 119 */ 	width: 42px;
/* 120 */ 	cursor: pointer;
/* 121 */ 	background: url(https://652c68.claudeassets.com/20140602011051im_/http://meandmymastcells.com/wp-content/plugins/j-shortcodes/galleryview/css/themes/dark/panel-nav-next.png) top left no-repeat;
/* 122 */ }
/* 123 */ .gv-panel-nav-prev {
/* 124 */ 	height: 42px;
/* 125 */ 	width: 42px;
/* 126 */ 	cursor: pointer;
/* 127 */ 	background: url(https://364cd5.claudeassets.com/20140602011051im_/http://meandmymastcells.com/wp-content/plugins/j-shortcodes/galleryview/css/themes/dark/panel-nav-prev.png) top right no-repeat;
/* 128 */ }
/* 129 */ 
/* 130 */ /* TRANSPARENT BORDER FIX FOR IE6 */
/* 131 */ /* NOTE - DO NOT CHANGE THIS RULE */
/* 132 */ *html .gv-pointer {
/* 133 */ 	filter: chroma(color=pink);
/* 134 */ }

/*
     FILE ARCHIVED ON 04:27:11 May 21, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:14:57 Jul 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.409
  exclusion.robots: 0.069
  exclusion.robots.policy: 0.063
  esindex: 0.006
  cdx.remote: 8.464
  LoadShardBlock: 93.37 (3)
  PetaboxLoader3.datanode: 80.222 (4)
  PetaboxLoader3.resolve: 174.215 (3)
  load_resource: 207.126
*/