div.galleriffic_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.galleriffic_content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.galleriffic_content  a:focus, div.galleriffic_content  a:hover, div.galleriffic_content  a:active {
	text-decoration: underline;
}
div.galleriffic_controls {
	margin-top: 5px;
	height: 23px;
}
div.galleriffic_controls a {
	padding: 5px;
}
div.galleriffic_ss-controls {
	float: left;
}
div.galleriffic_nav-controls {
	float: right;
}

div.galleriffic_loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.galleriffic_slideshow {
	clear: both;
}
div.galleriffic_slideshow span.galleriffic_image-wrapper {
	/*float: left;
	/*padding-bottom: 12px; */
	
}
div.galleriffic_slideshow a.galleriffic_advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.galleriffic_slideshow img {
	border: none;
	display: block;
}
div.galleriffic_download {
	float: right;
}
div.galleriffic_embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.galleriffic_image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.galleriffic_image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.galleriffic_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.galleriffic_thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.galleriffic_thumbs li {
	float: left;
	padding: 0;
	margin: 5px 6px 5px 0;
	list-style: none;
}
a.galleriffic_thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.galleriffic_thumbs li.galleriffic_selected a.galleriffic_thumb {
	background: #000;
}
a.galleriffic_thumb:focus {
	outline: none;
}
ul.galleriffic_thumbs img {
	border: none;
	display: block;
}
div.galleriffic_pagination {
	clear: both;
}
div.galleriffic_navigation div.galleriffic_top {
	margin-bottom: 12px;
	height: 11px;
}
div.galleriffic_navigation div.galleriffic_bottom {
	margin-top: 12px;
}
div.galleriffic_pagination a, div.galleriffic_pagination span.galleriffic_current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.galleriffic_pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.galleriffic_pagination span.galleriffic_current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

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

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

#thumbs-min ul.galleriffic_thumbs li.galleriffic_selected a.galleriffic_thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}