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.slideshow-container {
	position: relative;
	clear: both;
	height: 374px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #090;
	background-image: url('../../../images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 594px;
	height: 374px; /* 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;
}

div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}





div.ss-controls {
	text-align: center;
	display: inline;
} div.ss-controls a {
	color: #000;
} div.ss-controls a:hover {
	color: #c00;
}


div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */


} div.nav-controls {
	width: 280px;
	display: inline;
} div.nav-controls a {
	padding: 0 5px;
	color: #000;
} div.nav-controls a:hover {
	color: #c00;
} div.nav-controls a.prev {
	float: left;
} div.nav-controls a.next {
	float: right;











/* new bits */
} div#gallifrey {
	background: #fff url("/wp-content/themes/folio/images/grid12.png") -10px -10px repeat-y;

} div#gallifrey-thumbs ul {
	margin: 0;
	padding: 0;
	clear: both;
} div#triggers {
	margin-bottom: 20px;
} div#gallifrey-thumbs li {
	border: 1px solid #000;
	background: #f0f0f0;
	padding: 5px 5px 1px 5px;
	float: left;
	min-height: 133px;
	margin: 0 20px 20px 0;	
  list-style-type: none;
  box-shadow: 1px 1px 2px #bdbdbd;
} div#gallifrey-thumbs img {
	border: 2px solid #000;
	width: 124px;
	height: 124px;
	opacity:0.7;

} div#gallifrey-thumbs li.selected {
	background: #fff;
} ul.thumbs a:focus {
	outline: none;
	
	
} div#gallifrey-image {
	border: 1px solid #000;
	background: #f0f0f0;
	padding: 10px 14px 10px 6px;
	width: 598px;
	height: 378px;
	margin: 0 0 0 0;
  box-shadow: 1px 1px 4px #bdbdbd;
} div#gallifrey-image img {
	border: 2px solid #000;
	width: 594px;
	height: 374px;
	padding: 0;
	margin: 0;

	
} div#gallifrey-controls {
	position: relative;
	top: -27px;
	height: 21px;
	padding: 8px;
	margin: 0 140px 0 160px;
	background-color: #fff;
	border: 1px solid #000;
	width: 282px;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	font-family: Mercury, "Times New Roman", Times, serif;
	
} div#gallifrey-controls-box {
	height: 30px;
	margin-top: -5px;
} div#gallifrey-details,div#gallifrey-desc,div#gallifrey-title,div#gallifrey-download {
	display: none;
}
