/* Galleriffic Styles */

div#galleriffic {margin-left: 30px; /* padding-bottom:15px;*/ /*background-color:#330000;*/ width:900px;}
div#galleriffic a{font-family:Arial, Helvetica, sans-serif;}

div#galleriffic 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:630px;
}

div#galleriffic div.content a{
	text-decoration: none;
	/*color: #FFF;*/
}
/*
div#galleriffic.Burgandy div.content a{color: #7F1820;}
*/
div#galleriffic div.navigation a{
	text-decoration: none;
	color: #777;
}
div#galleriffic div.content  a:focus, div#galleriffic div.content  a:hover, div#galleriffic div.content  a:active {
	text-decoration: underline;
}


div#galleriffic div.controls {
	display:none;
	margin-top: 5px;
	height: 23px;
}
div#galleriffic div.controls a {
	padding: 5px 0px 5px 0px;
}
div#galleriffic div.ss-controls {
	float: left;
}
div#galleriffic div.nav-controls {
	float: right;
}


div#galleriffic div.loader {
	background-image: url('../images/galleriffic/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 630px;
	height: 270px
}

div#galleriffic div.slideshow {
	background:#333;
	clear: both;
}
div#galleriffic div.slideshow span.image-wrapper {
	float: left;
/*	padding-bottom: 12px;*/
}
div#galleriffic div.slideshow a.advance-link {
	/*padding: 2px;*/
	display: block;
	border: 1px solid #666;
}
div#galleriffic div.slideshow img {
	border: none;
	display: block;
}



div#galleriffic div.embox {
	clear: both;
/*	border: 1px solid #ccc; */
	background-color: #FFF; 
/*	padding: 12px; */
	padding-top: 12px;


	/*display:none; /* hide info */
}
div#galleriffic div.image-title {
display:none; /* hide info */
/*color:#FFF;*/
	font-weight: bold;
	font-size: 1.4em;
}

div#galleriffic div.image-desc {
/*color:#FFF;*/
	line-height: 1.3em;
/*	padding-top: 12px;*/
}
div#galleriffic 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. */
}
div#galleriffic div.download {
	float: right;
}


div#galleriffic ul.thumbs {
	/*background:#E3E3E3;*/
	background:#000;
	/*background:#000;*/
	height:270px; /*JP*/
	clear: both;
	margin: 0;
	padding: 0;
}
div#galleriffic ul.thumbs li {
	float: left;
	padding: 0;
	/*margin: 4px 8px 4px 0;*/
	margin: 0px 0px 0px 0; 
	list-style: none;
}
div#galleriffic a.thumb {
/*	padding: 2px; */
	padding: 1px;
	display: block;
	border: 1px solid #666; 
	background: #CCC;
}
div#galleriffic ul.thumbs li.selected a.thumb {
	background: #000;
}
div#galleriffic a.thumb:focus {
	outline: none;
}
div#galleriffic ul.thumbs img {
	width:86px;
	height:86px;
	border: none;
	display: block;
}




div#galleriffic div.pagination {
	clear: both;
}
div#galleriffic div.navigation div.top {
	display:none; /*JP Hide*/
	margin-bottom: 12px;
	height: 11px;
}
div#galleriffic div.navigation div.bottom {
/*	margin-top: 12px;*/
}

div#galleriffic div.pagination a, div#galleriffic div.pagination span.current {
	font-family:Arial;
	display: block;
	float: left;
	margin-top:9px; /*JP Added*/
	margin-right: 3px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div#galleriffic div.pagination a:link {
	background-color: #FFF;
	text-decoration: none;
}

div#galleriffic div.pagination a:hover {
	background-color: #000;
	text-decoration: none;
}
div#galleriffic div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}


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

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

div#galleriffic #thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}