#galleriffic {	background:#000; width:1020px; height:470px; margin:0 auto; text-align:center; clear:both;
						padding:0 0 100px 0; }  /* pad bottom must be same height as the pipsqueaks footer */

#galleriffic_box { position:relative; padding:0 10px 0 10px; }


#galleriffic h1 { font-size:32px; color:#00adef; margin:10px 0 20px 0; 
						font-family:Arial, Helvetica, sans-serif; font-weight:normal; letter-spacing:-0.01em; }

#galleriffic #gallerymenu { position:relative; float:left; width:170px; text-align:left; font-size:12px; color:#666; 
						padding:0 0 10px 0; margin:0 0 20px 0; border-bottom:dotted 4px #777; }
#galleriffic #gallerymenu ul, #galleriffic #gallerymenu li { list-style:none; list-style-type:none; margin:0 padding:0; }
#galleriffic #gallerymenu li { margin:0 0 0 0; }
#galleriffic #gallerymenu .current { color:#00adef; }
#galleriffic #gallerymenu a.current:hover { color:#00adef; }
#galleriffic #gallerymenu a { color:#666; display:block; padding:3px 0 3px 10px;}
#galleriffic #gallerymenu a:hover { color:#fff; background:#333; text-decoration:none; }

#galleriffic .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: 800px; 
}
#galleriffic .content a, #galleriffic .navigation a {
	text-decoration: none;
	color: #777;
}
#galleriffic .content a:focus, #galleriffic .content a:hover, #galleriffic .content a:active {
	text-decoration: underline;
}
#galleriffic .controls {
/*	margin-top: 5px;
	height: 23px;
	background:#900;*/
}
#galleriffic .controls a {
	/*padding: 5px;*/
}
#galleriffic .ss-controls {
	/*float: left;*/
	display:none;
}
#galleriffic .nav-controls {
	position:absolute;
	width:820px;
	top:275px;
	left:200px;
	z-index:100;
}

#galleriffic .nav-controls .prev {
	position:absolute;
	left:0;
	width:13px; height:17px;
	background:url(nav_arrows_prev.png) 0 0 no-repeat;
	text-indent:-9999px;
}
#galleriffic .nav-controls .next {
	position:absolute;
	right:0;
	width:13px; height:17px;
	background:url(nav_arrows_next.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#galleriffic .nav-controls .prev:hover , #galleriffic .nav-controls .next:hover {
	background-position:-13px 0;
}

#galleriffic .slideshow-container {
	position: relative;
	clear: both;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#galleriffic .loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#galleriffic .slideshow {

}
#galleriffic .slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#galleriffic .slideshow a.advance-link {
	display: block;
	width: 800px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
#galleriffic .slideshow a.advance-link:hover, #galleriffic .slideshow a.advance-link:active, #galleriffic .slideshow a.advance-link:visited {
	text-decoration: none;
}
#galleriffic .slideshow img {
	vertical-align: top;
	border: none; /* this is the border for the current slideshow image */
	margin-top:7px;
}
#galleriffic .download {
	float: right;
}
#galleriffic .caption-container {
	position: relative;
	clear: left;
	height: 40px;
}
#galleriffic span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
#galleriffic .caption {
	padding: 0;
}
#galleriffic .image-title {
	font-weight: bold;
	font-size: 1.4em;
}
#galleriffic .image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#galleriffic .navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#galleriffic ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#galleriffic ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#galleriffic a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #444; /* this is the border for each thumbnail */
}
#galleriffic ul.thumbs li.selected a.thumb {
	background: #000;
}
#galleriffic a.thumb:focus {
	outline: none;
}
#galleriffic ul.thumbs img {
	border: none;
	display: block;
}
#galleriffic .pagination {
	clear: both;
}
#galleriffic .navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#galleriffic .navigation div.bottom {
	margin-top: 12px;
}
#galleriffic .pagination a, #galleriffic .pagination span.current, #galleriffic .pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #555;
	border:none;
	color:#555;
}
#galleriffic .pagination a:hover {
	color:#fff;
	background-color: #555;
	text-decoration: none;
}
#galleriffic .pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #888;
}
#galleriffic .pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
