/* Photo gallery styles */

div#thumbs { 
	display: block;
	float: left;
	width: 400px;
}
#thumbs ul.thumbs { 
	background: red;
	list-style-type: none;
}
#thumbs ul li { 
	float: left;
}
div.slideshow-container {
	/* The display of slideshow-container is enabled using jQuery so it won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 450px; 
	height: 1000px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#controls {}
#caption {}
#loading {} 

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.caption {
}
div.image-title {
	margin-top: 0.75em;
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

