#slideshow_album {
width: 720px;
display: block;
float: left;
}

div#loading {
	position: absolute;
	top: 0;
	left: 200px;
	background-image: url('/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 375px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div#slideshow {
display: block;
position: relative;
float: left;
}
#slideshow a img {
border: none;
}
#slideshow .image-wrapper {
display: block;
float: left;
}
#slideshow .image-wrapper a {
display: block;
float: left;
text-decoration: none;
}
#caption {
margin-left: 12px;
display: block;
clear:both;
float: left;
width: 460px;
}
#change {
width: 500px;
float: left;
}
.thumbscont {
	float: right;
width: 200px;
	margin: 0;
	padding: 0;
}
.thumbscont ul {
margin:0;
padding:0;
}
.thumbscont h3 {
padding-top:0;
margin-top:10px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
float: left;
}
a.thumb:focus {
	outline: none;
}
#focal-content ul.thumbs img {
	border: none;
	display: block;
padding:0;
margin:0;
}
a.full_size {
float: right;
color: #ccc;
}
.thumbscont a img {
border: none;
}
.photo-album {
float: left;
padding: 2px;
border: 1px solid #ccc;
box-shadow: 0em 0em 0.3em rgba(0,0,0,0.2);
-webkit-box-shadow: 0em 0em 0.3em rgba(0,0,0,0.2);
-moz-box-shadow: 0em 0em 0.3em rgba(0,0,0,0.2);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
color: rgb(78, 17, 27);
text-decoration: none;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
}
#focal-content .photo-album img{
float: left;
height: 35px;
width: 35px;
}
.photo-album strong {
float: left;
margin-top: 10px;
margin-right: 5px;
padding-right: 10px;
}
.photo-album span {
display: block;
font-weight: normal;
color: #ccc;
font-size: 0.833em;
}
