.spacesPhotoAlbumMask
{
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	height: 100%;
	width: 100%;
	z-index: 9998;
}
.spacesPhotoAlbum
{
	position: relative;
	width: 600px;
	color: rgb(102, 102, 102);
	background: #d8c6c6;
	border: 5px solid #333;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}		
.spacesPhotoAlbum .title
{
	margin: .2em 0;
	display: block;
	font-family: "arial narrow";
	font-size: 1.2em;
	font-variant: small-caps;
}
.spacesPhotoAlbum .frame
{
}
.spacesPhotoAlbum .photo img
{
	border: 2px solid rgb(102, 102, 102);
	margin: 0 2em;
	cursor: pointer;
}

.spacesPhotoAlbum .controls
{
	position: relative;
	border-top: 2px solid rgb(102, 102, 102);
	margin: .5em 0 0;
	padding: .5em 0;
}
.spacesPhotoAlbum .controls .prev span,
.spacesPhotoAlbum .controls .play_pause span,
.spacesPhotoAlbum .controls .next span
{		
	position: absolute;
	left: -500px;
}
.spacesPhotoAlbum .controls .prev,
.spacesPhotoAlbum .controls .play_pause,
.spacesPhotoAlbum .controls .next
{
	border: 0;
	background-repeat: no-repeat;
	background-position: 50% %50%;
	margin: 0 .25em;
	vertical-align: middle;
}
.spacesPhotoAlbum .controls .prev,
.spacesPhotoAlbum .controls .next
{
	height: 38px;
	width: 38px;
}
.spacesPhotoAlbum .controls .play_pause
{
	height: 54px;
	width: 54px;
	background-image: url(./images/play.gif);
}
.spacesPhotoAlbum .controls .playing
{
	background-image: url(./images/pause.gif) !important;
}
.spacesPhotoAlbum .controls .prev
{
	background-image: url(./images/prev.gif);
}
.spacesPhotoAlbum .controls .next
{
	background-image: url(./images/next.gif);
}

.spacesPhotoAlbum .thumbnails
{
	position: absolute;
	background: rgb(102, 102, 102);
	min-width: 100%;
	height: 100%;
	left: 100%;
	top: 0;
	white-space: nowrap;
}
.spacesPhotoAlbum .thumbnails img
{
	margin: .5em .25em;
	border: 1px solid #333;
}
.spacesPhotoAlbum .showThumbnails
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-top: 4%;
	width: 15px;
	background: #ccc;
	text-align: center;
	border-left: 1px solid #333;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

.spacesPhotoAlbum-widget
{
	border: 0;
	background: rgb(102, 102, 102);
	color: #eee;
	width: auto;
}
.spacesPhotoAlbum-widget .photo img
{
	margin: .9em 0 .5em;
	border: 1px solid #eee;
}
.spacesPhotoAlbum-widget .title,
.spacesPhotoAlbum-widget .caption,
.spacesPhotoAlbum-widget .controls
{
	display: none;
}
