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;
	width:550px; 
	}
div.content a, div.navigation a {
	text-decoration: none;
	color:yellow;
	}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
	}
div.controls {
	margin:0px 0px 0 700px;
	}
div.ss-controls {
	float: left; 
	width:100px; 
	text-align:right; 
	}
div.ss-controls a {
	font-size:24px;
	margin-right:30px;
	}
div.nav-controls {
	font-size:24px;
	}
div.nav-controls a {
	color:#FFFFFF;
	}
div.loader {
	background-image: url('../images/galleriffic/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
	}
div.slideshow {
	clear: both;
	}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
	}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	}
div.slideshow img {
	border: none;
	display: block;
	}
div.download {
	float: right;
	}
div.embox {
	clear: both;
	padding: 10px 0 0 260px;
	}
div.embox2 {
	clear: both;
	padding: 10px 0 0 0;
	}
div.image-title {
	font-weight: bold;
	}
div.image-title2 {
	color: #444;
	border-bottom:0.083em solid #D9D9D0;
	text-align: left;
	font-weight:900; 
  	padding:0 0 5px 0;
	margin:0 0 20px 0;
	}
div.image-desc {
	line-height:1.3em;
	}
div.navigation {
	/* 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{
	float:left;
	width:220px;
	clear: both;
	list-style-type:none;
	}
ul.thumbs li{ 
	display:inline;
	}
li.thumbs li a{ 
	display:block; 
	color:#444; 
	}

li.ui-tabs-selected{ 
	color:#444; 
	}
ul.thumbs li.ui-tabs-selected a{ 
	background:#9c0;
	color:#fff;
	}
a.thumb {
	width:220px;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	}
ul.thumbs li.selected a.thumb {
/*	background: #000; */
	}
a.thumb:focus {
	outline:none;
	}
ul.thumbs img {
	border:none;
	display:block;
	}
div.pagination {
	color:#444;
	clear:both;
	}
div.navigation div.top {
	margin-bottom:25px;
	height:10px;
	}
div.navigation div.bottom {
	margin-top:12px;
	}
div.pagination a, div.pagination span.current {
	display:block;
	float:left;
	margin-right:15px;
	padding: 0;
	}
div.pagination a:hover {
	background:#fff;
	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;
	}
