div.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: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #878987;
}
div.content a:hover {
	text-decoration: none;
	color: #000;
}
div.controls a, div.download a {
	font-family: ff-clan-web-1,ff-clan-web-2,ClanWeb-Medium,Arial,sans-serif;
    font-weight: 600;
	color: #FFF;
	background-color: #CFD3D8;
    padding: 3px 5px;
}
div.controls a:hover, div.download a:hover {
	color: #FFF;
	background-color: #000;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.ss-controls {
	float: right;
}
div.nav-controls {
	float: left;
}
.nav-controls .prev {
	margin-right: 3px;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin-top: 10px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://www.typotalks.com/sanfrancisco/wp-content/themes/typo_talks/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 410px; /* 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: 550px;
	height: 410px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 410px; /* 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 .image-wrapper {
	border:1px solid #CFD3D8;
}
div.slideshow img {
	vertical-align: middle;
	max-width: 545px;	
	max-height: 410px;
	margin-right: 2px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
.single-pic span.image-caption {
	opacity: 1 !important;
}
div.image-title {
	font-family:"ff-clan-web-pro-1", "ff-clan-web-pro-2", ClanWeb-Bold, Arial, sans-serif;
	font-weight: 700;
}
div.image-desc {
	padding-top: 6px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 5px 0;
	list-style: none;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 3px solid #CFD3D8;
	background-color: #CFD3D8;
}
ul.thumbs li:hover, ul.thumbs li.selected {
	border-color: #000;
	background-color: #000;
}
a.thumb {
	padding: 0 !important;
	background-color: transparent;
	display: block;
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 80px;
	height: auto;
}
div.pagination {
	clear: both;
}
div.top {
	margin: 3px 0 10px 0;
	position: static;
	float: left;
	height: 24px;
}
div.bottom {
	display: none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	float: left;
	font-family: ff-clan-web-1,ff-clan-web-2,ClanWeb-Medium,Arial,sans-serif;
    font-weight: 600;
	color: #FFF;
	background-color: #CFD3D8;
    padding: 2px 5px;
    margin-right: 3px;
}
div.pagination a:hover, div.pagination span.current {
	background-color: #000;
	color: #fff;
}
.caption {
	background-color: #FFF;
}

.previous {
	z-index:-1;
}
.current {
	z-index:0;
}
