/* jGallery CSS, Version: 0.5 */

/**
 * Required settings. Only modify these if you know what you're doing
 */

.jgallery-captions { position: relative; }
.jgallery-captions p { display: none; position: absolute; }
.jgallery-thumbnails span { display: block; float: left; cursor: pointer; }
.jgallery-navigation { display: none; }
.jgallery-clear-both { clear: both; }


/**
 * Some defaults
 */

.jgallery-thumbnails span { margin: 0 5px 5px 0; }
.jgallery-navigation { margin: 10px 0; }
.jgallery-navigation .jgallery-previous { float: left; }
.jgallery-navigation .jgallery-next { float: right; }

/**
 * Customize using the selectors below 
 * Copy these into your theme stylesheet to modify. If you edit them here, they will be overwritten on upgrade.
 */
 
.jgallery-images {}								/* Main images container */
.jgallery-images span {}					/* Individual image container */
.jgallery-images span a {}				/* Image link (if set) */
.jgallery-images span a img {}		/* Actual image */
 
.jgallery-captions {}							/* Caption container */
.jgallery-captions p {}						/* Caption paragraphs */

.jgallery-thumbnails {}						/* Main thumbnails container */
.jgallery-thumbnails span {} 			/* Individual thumbnail containers */
.jgallery-thumbnails span img {}	/* Acutal thumbnail images */
 
.jgallery-navigation	{}					/* Navigation container */
.jgallery-previous {}							/* Previous link */
.jgallery-next {}									/* Next link */