

.gallerific 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: right;
	width: 550px; */
}
.gallerific div.content a, 
.gallerific div.navigation a {
	/*text-decoration: none;
	color: #777;*/
}
.gallerific div.content a:focus, 
.gallerific div.content a:hover, 
.gallerific div.content a:active {
	/*text-decoration: underline;*/
}
.gallerific div.controls {
	/*margin-top: 5px;
	height: 23px;*/
}
.gallerific div.controls a {
	/*padding: 5px;*/
}
.gallerific div.ss-controls {
	/*float: left;*/
}
.gallerific div.nav-controls {
	/*float: right;*/
}
.gallerific div.slideshow-container {

}
.gallerific div.loader {
	position: absolute;
	top: 0;
	left: 0;
	/*background-image: url('css/loader.gif');*/
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.gallerific div.slideshow {

}
.gallerific div.slideshow a.advance-link,
.gallerific div.slideshow a.fancy-link {

}
.gallerific div.slideshow a.advance-link:hover, 
.gallerific div.slideshow a.advance-link:active, 
.gallerific div.slideshow a.advance-link:visited,
.gallerific div.slideshow a.fancy-link:hover, 
.gallerific div.slideshow a.fancy-link:active, 
.gallerific div.slideshow a.fancy-link:visited {
	/*text-decoration: none;*/
}
/*.gallerific div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}*/
.gallerific div.download {
	float: right;
}
.gallerific div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	/*margin-left:auto;
	margin-right:auto;
	display:inline-block;*/
	text-align:center;
}
.gallerific ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 5px;
	list-style: none;
}
.gallerific a.thumb:focus {
	outline: none;
}
.gallerific ul.thumbs img {
	border: none;
	display: block;
}
.gallerific div.pagination {
	clear: both;
	/*display:inline-block;*/
	margin-left:auto;
	margin-right:auto;
}
.gallerific div.navigation div.top {
}
.gallerific div.navigation div.bottom {
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
ul.thumbs li a:after{
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.navigation-container{
	/*position:relative;*/
}