div.slideshow-content {
	position: absolute;
	top: 15px;
	left: 15px;
	display: none;
	float: right;
	width: 410px; 
}
div.slideshow-content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.slideshow-content a:focus, div.slideshow-content a:hover, div.slideshow-content a:active {
	text-decoration: underline;
}
div.controls {
    height: 4em;
	margin-top: 1px;
}
div.controls a {
	padding: 5px;
}

div.ss-controls {
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 100;
}
div.ss-controls a {
    padding: 5px 15px;
    border: 1px solid #ddd;
}

div.nav-controls {
    background: url(../images/bg_panel_gradient.png) repeat-x 0 0 #00a600;
    background-image: -webkit-gradient( 
            linear,
            left top,
            left bottom,
            color-stop(0.00, rgb(0,128,0)),
            color-stop(0.50, rgb(0,166,0))
        );
    background-image: -moz-linear-gradient(
            center top,
            rgb(0,128,0) 0%,
            rgb(0,166,0) 50%
        );
    color: #8ed180;
	float: left;
	padding: 20px 15px 15px 15px;
	text-align: center;
	width: 370px;
}
.page-id-190 div.nav-controls {
    width: 425px;
}
div.nav-controls a {
    color: #fff;
    margin-top: -5px;
}
div.nav-controls a.prev {
    float: left;
}
div.nav-controls a.next {
    float: right;
}


div.slidetitle {
    color: #888;
    padding: 15px;
}



div.slideshow-container {
	clear: both;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../../../../wp-includes/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 410px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 420px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	max-width: 455px;
}
div.download {
	float: right;
}
div.slideshow-caption,
div.caption {
	max-width: 433px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: auto !important;
}
div.caption {
	background-color: #000;
	padding: 12px;
	color: #fff;
}
div.caption a {
	color: #fff;
}
div.title-container {
}
span.image-title {
	text-align: left;
        display: block;
	font-weight: bold;
	font-size: 16px;
}
div.title {
        background-color: #000;
        padding: 12px;
        color: #ccc;
}
div.title a {
        color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	position: relative;
	float: right;
}

#thumbs {
    position: relative;
    right: -5px;
    top: -2px;
    width: 270px; /* 3col */
}
.page-id-190 #thumbs {
    width: 180px; /* 2col */
}
ul.thumbs {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
    display: inline;
	float: left;
	padding: 0;
}
a.thumb {
	border: 1px solid #eee;
	display: block;
	height: 84px !important;
	margin: 2px;
    opacity: 0.5;
	padding: 0;
	width: 84px !important;
}
ul.thumbs li.selected a.thumb {
    border: 1px solid #666;
	color: #000;
	font-weight: bold;
    opacity: 1.0;
}
ul.thumbs li.selected a.thumb img.slide-thumb {
/* 	border: 5px solid #00a600; */
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: 2px solid #fff;
	display: block;
	margin: 0;
}
div.pagination {
	clear: both;
	padding: 5px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle a {
	float: right;
	display: block;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}
#slideshow-and-caption {
	position: relative;	
}