
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: left; 
	width: 290px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	color: #669933;
}
div.controls {
	margin-top: 5px;
	height: 23px;
	
}
div.controls a {
	padding: 5px;
	
}
div.ss-controls {
	float: left;
	display: none;
}
div.nav-controls {
	float: left;
	left: 230px;
}

/*
div.caption-container {	position: relative;	clear: left;	height: 75px;}
*/
span.image-caption {
	display: block;	position: absolute;	width:290px; top: 0;	left: 0;
}

div.caption {
    position: relative;
    top: 4px;   
    left: 0px;  
    width:250px;
	background-color: #EEE;
	height:279px;
	padding: 20px;
	float: left; 
	display: block;
	overflow: hidden;  
	word-wrap: break-word ;
	} 
 
div.caption select  

{  
word-wrap: normal;
height: 18px;
font-size:.875em;
} 
 
div#caption.caption-container 
{
position: relative; 
left: 0px;   
 top: -351px;   
width:290px;
display: block;
}


.prev {position: relative; left: 292px; top: -3px; z-index:3; font-size: .85em;}
.next {position: relative; left: 575px;  top: -3px;z-index:3;font-size: .85em;} 

/* prev and next + content:
#controls 
{
position: fixed;
top: 500px;
left: 500px;
}
*/

/*
#slideshow
{
position: relative;
top:   -px; 
left:   -1px;
height: 319px;
width: 385px;
 
}
 */
#slideshow .image-wrapper
{
position:relative;
/*top:    -319px;  */
height: 319px;
width: 385px;
clear: both;
display: block;
}



div.slideshow-container {
	position: relative;
	left: 300px; /*was 0*/
	width:385px;
	clear: both;
	background-color:#FFF;
	 overflow:hidden; 
	height: 319px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position:relative;
	top: 0;
	left: 0;
	background-image: url('/cms/galleriffic/css/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 385px;
	height: 319px; /* 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: relative;
	top: 0;
	left: 0;
}



div.slideshow a.advance-link {
	display: block;
	width: 385px;
	height: 319px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 319px; /* 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 {
	position: absolute;
	left:0px;
	float: left;
    height: 319px;
     width: 385px;
	vertical-align: middle;
	clear: both;
	border: 0px solid transparent ;
	
}
div.download {
	float: right;
}


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 
{  
position: absolute;
   top:  -5px;   
 left:  700px; /*was 393 */
 height: 323px;

 /*overflow: hidden; */
 }

 .thumbs
 {
 width: 150px; 
 /* background-color:#EEE; */
 }
 
 
 .thumb 
 {
  height: 57px;
  width: 57px; 
  overflow: hidden;  
 }



ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 0px 0px;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid transparent;
}
ul.thumbs li.selected a.thumb {
	background: #000;
	border: 1px solid #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
    width: 69px;
    height: 57px;
	border: none;
	display: block;
	background-color:#FFF;
	position: relative;
	left: -6px;
}

#pageControls{
position: absolute;
top: 319px;
left: 0px;
width: 75px;
/*background-color: #ccc;*/
}

#nextPage
{ 
float:right;}
#previousPage
{ float:right;
 }

div.pagination {
	clear: left;
	z-index: 10; 
	float: right;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 2px;
	
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;  /*this must be left or order of buttons gets reversed */
	margin-right: 2px;
	padding: 4px 5px 2px 5px;
	border:0px solid #ccc;
	background-color: #FFF;
}
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 0px 0px;
	/*display: none; */
}

