div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: block;
	width:100%; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
	
}
#fotoalbum-top {
	height: 20px;
	
	background: url("/tinymce/plugins/photobook/images/bg_title.gif") repeat-x;
	width: 100%;
	clear:both;
}
#fotoalbum {
	width:365px;
	height: 100%;
	border: 1px solid #000;
	float: left;
	overflow:hidden;
	margin-bottom:20px;
}
#fotoalbum img{
border:0px;
margin:0px;
padding:0px;

}
#fotoalbum-top .rm {
	float: left;
}

#fotoalbum-top .text {
	float: left;
	font: 11px Verdana, Geneva, sans-serif;
	color: #595757;
	padding: 2px 0 0 5px;
}

div.nav-controls-float{
	float: right;
}
div.ss-controls {
	float: left;
	width:20px;
}
div#nav-controls-prev {
	float: left;
	width:63px;

}
div#nav-controls-next {
	float: left;
	width:69px;

}

div.loader {
	background: #DCDCDC;
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px;
	float: left;
}
div.slideshow {
text-align:left;
background: #DCDCDC;
float: left;
width:100%;
}
div.slideshow span.image-wrapper {
	padding-bottom: 12px;
	background: #DCDCDC;
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow img {
	display: inline;
	
}

div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
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 by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
width:100%;
	float: left;
background: #DCDCDC;

}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #DCDCDC;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	
}
div.navigation div.top pagination {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px 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;
}


