
/***********************
CUSTOM NAV TOOLS
***********************/
	
.gallery_tools {
	width: 680px;
	height: 34px;
	background: url(../images/gallery/bg_toolbar.png);
	position: relative;
	overflow: hidden;
	}

/* SLIDE SHOW CONTROLS */

.gallery_tools .ss-controls {
	float: left;
	}
.gallery_tools .ss-controls a {
	float: left;
	width: 35px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	}
.gallery_tools .ss-controls a.play:link, .gallery_tools .ss-controls a.play:visited {
	background: url(../images/gallery/gallery_nav.png) no-repeat;
	background-position: 0px 0px;
	}
.gallery_tools .ss-controls a.play:hover, .gallery_tools .ss-controls a.play:active {
	background-position: 0px -31px;
	}
.gallery_tools .ss-controls a.pause:link, .gallery_tools .ss-controls a.pause:visited {
	background: url(../images/gallery/gallery_nav.png) no-repeat;
	background-position: -35px 0px;
	}
.gallery_tools .ss-controls a.pause:hover, .gallery_tools .ss-controls a.pause:active {
	background-position: -35px -31px;
	}
	
/* PREV/NEXT CONTROLS */
	
.gallery_tools .nav-controls {
	float: right;
	overflow: auto;
	}
.gallery_tools .nav-controls a {
	float: left;
	width: 34px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/gallery/gallery_nav.png) no-repeat;
	}
.gallery_tools .nav-controls a.prev:link, .gallery_tools .nav-controls a.prev:visited {background-position: -70px 0px;}
.gallery_tools .nav-controls a.prev:hover, .gallery_tools .nav-controls a.prev:active {background-position: -70px -31px;}
.gallery_tools .nav-controls a.next:link, .gallery_tools .nav-controls a.next:visited {background-position: top right;}
.gallery_tools .nav-controls a.next:hover, .gallery_tools .nav-controls a.next:active {background-position: bottom right;}

/***********************
FULL PORTFOLIO GALLERY
***********************/

.portfolio_board {
	width: 620px;
	background: url(../images/gallery/bg_portfolio_board.png) repeat-y top left;
	text-align: center;
	margin: 0 0 50px;
	padding: 30px 30px 50px;
	}
.portfolio_board img {
	border: 10px solid #FFF;
	}
.portfolio_board div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	}
.portfolio div.slideshow-container {
	position: relative;
	overflow: hidden;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	}
.portfolio div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/icons/loader_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 620px;
	/*height: 600px; This should be set to be at least the height of the largest image in the slideshow */
	}
.portfolio div.slideshow a.advance-link {
	display: block;
	width: 620px;
	/*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;
	}
.portfolio div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	}
.portfolio div.slideshow img {
	vertical-align: top;
	}
	
/* GALLERY THUMBS */	

h5.thumbs_title {
	line-height: 28px;
	border-right: 1px solid #FFF;
	}
.portfolio ul.thumbs {
	width: 214px;
	overflow: hidden;
	margin: 0;
	background: #FFF url(../images/gallery/bg_gallery_thumbs.png) no-repeat bottom left;
	padding: 0 0 3px 6px;
	}
.portfolio ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	}
.portfolio a.thumb {
	display: block;
	background: #FFF;
	margin: 0 2px 2px 0;
	}
.portfolio ul.thumbs li.selected a.thumb {
	background: #999;
	}
.portfolio a.thumb:focus {
	outline: none;
	}
.portfolio ul.thumbs img {
	border: none;
	display: block;
	}
	
/* GALLERY PAGINATION */
	
.portfolio div.pagination {
	width: 220px;
	}
.portfolio div.navigation div.bottom {
	margin: 0 0 10px;
	overflow: hidden;
	background: url(../images/gallery/bg_pagination.png);
	height: 85px;
	width: 213px;
	padding: 0 0 0 7px;
	}
.portfolio div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	float: left;
	height: 32px;
	width: 18px;
	background: url(../images/gallery/bg_pagination_link.gif) no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	}
.portfolio div.pagination a:hover {
	background-position: top center;
	}
.portfolio div.pagination span.current {
	background-position: bottom center;
	}
.portfolio div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
	}
.portfolio div.pagination a[title=more] {
	display: none;
	}
.portfolio div.pagination a[title=back] {
	display: none;
	}


/* GALLERY CAPTION */
	
.portfolio div.caption-container {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 590px;
	}
.portfolio .image-caption {
	width: 590px;
	top: 0;
	left: 0;
	}
.portfolio div.caption {
	position: absolute;
	top: 0;
	left: 45px;
	width: 557px;
	height: 30px;
	padding: 1px 0 0;
	color:#666;
	}
.portfolio div.image-title {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	text-shadow: #FFF 1px 1px 0;
	}
.portfolio div.image-desc {
	font-size: 10px;
	text-transform: uppercase;
	float: left;
	margin: 0 0 0 10px;
	text-shadow: #FFF 1px 1px 0;
	}
.portfolio div.download {
	float: right;
	}
.portfolio div.download a:link, div.download a:visited {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
	}
.portfolio div.download a:hover, div.download a:active {
	color: #000;
	}
	
/***********************
SLIDESTRIP MODS
***********************/

/* SLIDESTRIP GALLERY */

.slidestrip_container {
	display: none;
	float: right;
	margin: 0 20px 20px 20px;
	}
.slidestrip {
	padding: 18px 20px 20px;
	background: url(../images/gallery/bg_slideshow_board.png) no-repeat top left;
	}
.slidestrip div.content {
	display: block;
	width: 330px; 
	}
.slidestrip div.slideshow-container {
	position: relative;
	height: 240px;
	}
.slidestrip div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	}
.slidestrip div.slideshow a.advance-link {
	display: block;
	width: 330px;
	height: 240px; 
	line-height: 240px;
	text-align: left;
	font-size: 0px;
	}
.slidestrip div.slideshow a.advance-link:hover, .slidestrip div.slideshow a.advance-link:active, .slidestrip div.slideshow a.advance-link:visited {
	text-decoration: none;
	}
.slidestrip div.slideshow img {
	vertical-align: top;
	border: 0px;
	}
.slidestrip div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/icons/loader_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 330px;
	height: 240px;
	}
.slidestrip_container .gallery_tools {
	width: 370px;
	background: url(../images/gallery/bg_slideshow_toolbar.png);
	}
	
/* SLIDESTRIP THUMBS */

.slidestrip_container ul.thumbs {
	position: absolute;
	left: 40px;
	}
.slidestrip_container ul.thumbs li {
	float: left;
	list-style: none;
	height: 31px;
	width: 16px;
	}
.slidestrip_container a.thumb {
	display: block;
	}
.slidestrip_container a.thumb:focus {
	outline: none;
	}
.slidestrip_container ul.thumbs img {
	border: none;
	display: block;
	}
	
/* SLIDESTRIP CAPTION */

.slidestrip span.image-caption {
	display: block;
	position: absolute;
	}
.slidestrip div.caption {
	background-color: #000;
	padding: 10px;
	color: #BBB;
	}
.slidestrip div.image-title {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	}
.slidestrip div.image-desc {
	padding-top: 8px;
	}
.slidestrip div.download {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	}
.slidestrip div.caption a {
	color: #FFF;
	}
.slidestrip #captionToggle {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 6px;
	right: 7px;
	z-index: 100;
	}
.slidestrip a.off, .slidestrip a.on {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/gallery/slide_info.png);
	}
.slidestrip a.off:link, .slidestrip a.off:visited {background-position: top left;}
.slidestrip a.off:hover, .slidestrip a.off:active {background-position: bottom left;}
.slidestrip a.on:link, .slidestrip a.on:visited {background-position: top right;}
.slidestrip a.on:hover, .slidestrip a.on:active {background-position: bottom right;}