/*		Required
			.................................................. */
			
			.jgallery-clear-both { clear: both; }
			.jgallery-image { display: block; }
			.jgallery-titles { position: relative; }
			.jgallery-title, .jgallery-caption { position: absolute; }
			.jgallery-navigation, .jgallery-thumbnails, .jgallery-title, .jgallery-caption { display: none; }


/*		Defaults
			.................................................. */
			
			.jgallery-title { font-weight: bold; }
			.jgallery-navigation { margin-bottom: 10px; }
			.jgallery-previous { float: left; }
			.jgallery-next { float: right; }
			.jgallery-thumbnails img { float: left; cursor: pointer; }
			.jgallery-thumbnail.last { margin-right: 0; }
			
/*		Customize using the following selectors
			
			Copy these into your theme style sheet to modify so they won't be overwritten if you upgrade this plugin.
			.................................................. */
			
			.jgallery-container {}					/* Images outer container */
			.jgallery-slider {}							/* Images inner container */
			.jgallery-image {}							/* Individual image (this class applied to link or image, depending on what's set) */
			
			.jgallery-navigation {}					/* Navigation container */
			.jgallery-previous {}						/* Previous link */
			.jgallery-next {}								/* Next link */
			
			.jgallery-titles {}							/* Titles container */
			.jgallery-title {}							/* Individual title */
	
			.jgallery-captions {}						/* Captions container */
			.jgallery-caption {}						/* Individual caption */
			
			.jgallery-thumbnails {}					/* Thumbnails container */
			.jgallery-thumbnail {}					/* Individual thumbnail */
			
			.jgallery-title-noscript {} 		/* Titles that appear if javascript is disabled */
			.jgallery-caption-noscript {} 	/* Captions that appear if javascript it disabled */