.photospace{
	margin-top:30px;
	margin-bottom:40px;
	position:relative;
	overflow:visible;
}

.photospace_clear{
	clear:both;
}

.photospace .thumnail_col{ 
	float:left;
	opacity:1;
	
}

.photospace .gal_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: 400px;
}
.photospace .gal_content a, 
.photospace .thumnail_col a {
	text-decoration: none;
	color: #8E8E8E;
}

.photospace .gal_content a:hover{
	text-decoration: underline;
}

.photospace .controls {
	margin-top: -20px;
	height: 20px;
}

.photospace .controls a.next {
	margin-left:10px;
}



.photospace .ss-controls {
	float: left;
}
.photospace .nav-controls {
	float: right;
}
.photospace .slideshow-container {
	position: relative;
	clear: both;
	height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.photospace .loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
}

.photospace .slideshow span.image-wrapper {
	display: block;
	display: inline-block