div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 657px;
	height: 654px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-left: auto;
	margin-right: auto;
	width: 235px; 
	margin-top: 5px;
	height: 23px;
	white-space: nowrap;
	border: 0px solid red;	
}
div.controls a {
	padding: 0px;
	outline: 0;
}
div.nav-controls .next, div.nav-controls .prev  {
	display: block;
	margin-top: 5px;
	width: 20px;
}
.nav-controls .prev img, .nav-controls .next img { }
div.nav-controls .prev {
	float: left;
	margin-left: 64px;
}
div.nav-controls .next {
	float: left;
}

div.ss-controls {
	float: left;
	/* display: inline; */
}
div.ss-controls .pause, div.ss-controls .play {margin-left: 11px; margin-right: 10px; width: 34px; height: 34px; display: block;}
.curr-total {padding-top: 11px; padding-right: 8px; float: left; text-align: center; width: 64px; }
.nav-controls .curr {font: 11px Tahoma; margin: 0px 5px 0px 10px ; }
.nav-controls .total {font: 11px Tahoma; margin: 0px 10px 0px 5px ; }

.slideshow-container  {
	position: relative;
	clear: both;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/galleriffic-2.0/css/loader.gif Z');
	background-repeat: no-repeat;
	background-position: center;
	width: 650px;
}


div.slideshow {
	position: relative;
}
div.slideshow span.image-wrapper {
	display: block;
	text-align: center;
	position: absolute; /* NOT IE soft slide ??? */
	top: 0;
	left: 0;	
	margin-left: 20px;
	margin-top: 10px; 
}
div.slideshow .iwr {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
	line-height: 657px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	outline: none;
}

div.slideshow .iwr:hover,
div.slideshow .iwr:active,
div.slideshow .iwr:visited {
	text-decoration: none;

	display: block;
	text-align: center;
	position: absolute; /* NOT IE soft slide ??? */
	top: 0;
	left: 0;

}

.next-link {
	display: block;
	position: absolute;
	width: 300px;
	height: 640px;
	
	top: 0;
	left: 320px;
	z-index: 100;
	border: 0;

}
.prev-link {
	display: block;
	position: absolute;
	width: 300px;
	height: 640px;	
	top: 0;
	left: 0px;
	z-index: 100;
	border: 0;
}


a.prev-link, a.next-link,
a.prev-link:active, a.prev-link:hover, a.next-link:active, a.next-link:hover
{
    outline: none;
}


div.slideshow img.prev-img, div.slideshow img.next-img  {position: absolute; top: 300px; display: block; display: none; opacity: 0.5; }
div.slideshow img.prev-img {left: 10px ;  }
div.slideshow img.next-img {right: 10px }


div.slideshow img {
	display: block;
}


div.download {
	float: right;
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
}
div.caption {
	background-color: #000;
	padding: 12px;
	color: #ccc;
}
div.caption 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 {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#thumbs {width: 226px !important; }

ul.thumbs {
	clear: both;
	width: 125px;
	display: block; 
	margin: 0 auto;
	padding: 0;
}
ul.thumbs li {
	float: left;
	display: block; 
	padding: 0;
	margin: 0px 2px 2px 0px ;
	list-style: none;
	
}
a.thumb {
	padding: 2px;
	display: block;
	border: none;
}
ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
	background: #aaa;

}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	padding-left: 50px; 
}
div.navigation div.top {
	border: 1px solid red;
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 1px;
	
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 5px; 
	padding: 2px 2px 2px 2px;
	border: 1px solid #fff;
	color: #aaa;
	font: 9px Tahoma; 
}
div.pagination a:hover {
	color: #900;
	text-decoration: none;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #a00;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}

