div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right; background:#333

}
#gallery{width:500px; float:left}
#thumbs {  width:280px;  float:left; margin:0 0 0 20px}

div.content a, div.navigation a {
	text-decoration: none;
	color: #fff;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top:10px;
	width:505px; font-size:12px; height:20px
}
div.controls a {
	padding: 5px; color:#bd9a46;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.loader {
	background-image: url('module/galleriffic-1.0/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 0;
	display: block;
	border: 1px solid #565656;
}
div.slideshow img {
	border: none;
	display: block;
}

div.caption {
	clear: both; width:470px;
	border: 1px solid #565656;
	background-color: #000;
	padding: 15px;
}
div.image-title {
	font-weight: bold;
	font-size: 16px; color:#bd9a46
}

div.image-desc {
	padding-top: 12px; color:#fff;font-size: 12px;
}
div.navigation { margin:10px 0 0 0/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin:0 ;
	padding:10px 0 0 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 9px 0;
	list-style: none;
}
a.thumb {
	padding: 2px; 
	display: block;
	border: 1px solid #565656;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
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;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 4px 7px 5px 7px;
	border: 1px solid #505050; background:#000; font-size:11px
}
div.pagination a:hover {
	background-color: #bd9a46;
	text-decoration: none; color:#000
}
div.pagination span.current {
	font-weight: bold;
	background-color: #bd9a46;
	border-color: #000;
	color: #fff;
}

