div.content 					{	display: none;									/* Display of content is enabled by a javascript generated style in the HTML on the page
	   																												so the slideshow content won't display unless javascript is enabled. */
												margin: 0; padding: 0; 
												float: right;
												width: 385px; }
div.content a, 
div.navigation a 			{ text-decoration: none;
												color: #959595; }

div.content a:focus, 
div.content a:hover, 
div.content a:active 	{ text-decoration: underline; }

div.controls 					{ border: none; 
												margin-top: 5px;
												height: 23px; }

div.controls a 				{ padding: 5px; text-decoration: none; border: none; }

div.ss-controls 			{ float: left; }

div.nav-controls 			{ float: right; }

div.loader 						{ display: none;
												background-image: url('../images/galleriffic-loader.gif');
												background-repeat: no-repeat;
												background-position: center;
												width: 375px; height: 470px }

div.slideshow 				{ clear: both; }

div.slideshow span.image-wrapper {												/*  wrapper for full-sized images */
	float: left; 
	padding-bottom: 12px;
}
div.slideshow a.advance-link { 
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img { border: none;
										display: block; }

div.download 			{	float: right; }

div.embox 				{ clear: both; margin: 0px;
										border: 1px solid #ccc;
										background-color: #f9f9f9;
										padding: 10px; }

div.image-title 	{ font-weight: bold;
										font-size: 1.1em; }

div.image-title p	{ margin: 0; padding: 0; 
										line-height: 1.3em; }

div.image-desc 		{	line-height: 1.3em; }

div.image-desc p 	{ margin: 0; padding: 0;
										font-size: 1em;
										line-height: 1.3em; }

div.navigation 		{ }											 								/* contains thumbs and thumb pages nav */
																													/* Navigation style is set javascript generated style in the HTML on the page.
																														 so the javascript-specific styles won't be applied unless javascript is enabled. */

ul.thumbs 				{ margin: 0; padding: 0;
										clear: both; }

ul.thumbs li 			{	margin: 10px 10px 5px 0;padding: 0;		/* each individual thumb */
										float: left;
										list-style: none; 
										line-height: 1.1em; }

a.thumb 					{ padding: 2px;
										display: block;
										border: 1px solid #ccc; }

ul.thumbs li.selected a.thumb { background: #000; }

a.thumb:focus 		{ outline: none; }

ul.thumbs img 		{ border: none;
										display: block; }
div.pagination 		{ clear: both; }												/*  display of number of pages of thumbs */

div.navigation div.top 		{ margin-bottom: 12px;
														height: 11px; }

div.navigation div.bottom { margin-top: 12px; }

div.pagination a, 
div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
