/* Gail Cohen Galleriffic styling */
/* font color: #C3C5BE */
#container {
	width: 790px;
	background-color: #343537;
	margin: 10px auto 20px auto;
	outline: 0px dashed blue;
}
#gallery { /* aka .content */
	outline: 0px dashed green;
	width: 523px;
	background-color: #343537;
	position: relative;
}
div.content {
	display: block;
}
div#caption {
	position: absolute;
	right: 18px;
	top: 505px;
	z-index: 100;
	text-align: right;
    padding: 0px;
	clear: none;
	height: auto;
	width: 60px;
	outline: 0px dashed yellow;
	font-family: Arial, Helvetica, sans-serif;
}
div.caption {
    padding: 0px;
	z-index: 100;
}
span.image-caption {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
	z-index: 100;
}
#thumbs {
	float:left;
	outline: 0px dashed red;
	background-color: #1d1d1f;
	padding: 9px;
	width: 248px;
	height: 520px;
}
ul.thumbs {
	height: 496px;
	overflow: hidden;
}
ul.thumbs li {
	overflow: hidden;
	text-align: center;
	text-indent: 0;
	padding: 11px;
	margin: 0;
	background-color: #1d1d1f;
}
a.thumb,
a.thumb:link,
a.thumb:visited {
    border: 1px solid transparent;
    display: block;
    padding: 0px;
}
.selected a.thumb,
a.thumb:active {
    border: 1px solid #535456;
}
.selected a.thumb:hover,
a.thumb:hover {
    border: 1px solid #C3C5BE;
}
ul.thumbs li a.thumb {
	height: 100px;
	width: 100px;
}
ul.thumbs li a.thumb img {
	
}
#gallery-title {
	text-align: center;
	padding: 6px 0 0 0;
}
div.slideshow {
	position: relative;
}
div.slideshow a.advance-link {
    height: 502px;
    line-height: 502px;
    outline: 0px dashed aqua;
    width: 442px;
	margin-left: 38px;
	cursor: default;
	/* width: 433px;
	margin: 0 45px; */
}
div.slideshow img {
    border: 1px solid transparent;
}
.section-cards div.slideshow img { /* add a white border to images in the Cards section */
    border: 15px solid #fff;
}
div.navigation div.bottom {
    margin-top: 1px;
}
div.pagination {
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 11px;
}
div.pagination span.current {
    background-color: #000000;
    border-color: #000000;
    color: #C3C5BE;
    font-weight: bold;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    border: 0px solid #CCCCCC;
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 6px 3px;
	font-size: 13px;
}
div#controls {
    height: 1px;
	overflow: visible;
    margin-top: 0px;
	position: relative;
}
div.nav-controls {
    float: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 523px;
}
div.ss-controls {
	display: none;
}
div.controls a {
    padding: 0px;
}
div.controls a.prev {
	display: block;
	position: absolute;
	top: 0px;
	left: 15px;
	height: 133px;
	width: 15px;
	background-image: url(next-prev-arrows.gif);
	background-position: -15px 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	z-index: 49;
	margin-top: 225px;
	outline: 0px solid transparent;
}
div.controls a.prev:hover {
	background-position: 0px 50%;
}
div.controls a.next {
	display: block;
	position: absolute;
	top: 0px;
	right: 15px;
	height: 133px;
	width: 15px;
	background-image: url(next-prev-arrows.gif);
	background-position: -30px 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
	z-index: 99;
	margin-top: 225px;
	outline: 0px solid transparent;
}	
div.controls a.next:hover {
	background-position: -45px 50%;
}