div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 565px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	display: none;
}
div.controls a {
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}


div.slideshow-container {
	position: relative;
	background-color: #f5f5f5;
	border-right: 1px solid #f5f5f5;
	width: 559px;
	padding-right: 5px;
	clear: both;
	height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/script/galleriffic/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 560px;
	height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	text-align: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
}

div.slideshow a.advance-link {
	display: block;
	width: 560px;
	height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}
div.download {
	float: right;
}


div.caption-container {
	position: relative;
	clear: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #eee;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 565px;
	top: 0;
	left: 0;
}
div.caption {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	letter-spacing: 2px;
	color: #666;
	padding:3px 0 2px;

}
div.image-desc {
	text-align: center;
}

div.image-desc p {
	line-height: 1.3em;
	padding-top: 5px;
	text-align: center;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}



ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 0 13px 10px;
	list-style: none;
	display: inline;
}
a.thumb {
	width: 70px;
	height: 70px;
	padding: 1px;
	display: block;
	background: #FFF;
	border: 1px solid #bbb;
	overflow: hidden;
	position: relative;
}

ul.thumbs li.selected a.thumb {
	background-color: #B1E276;
	border: 1px solid #B1E276;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
/*div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}*/
div.navigation div.bottom {
	margin-top: 12px;
}
