@charset "utf-8";
/* CSS Document */

#fotoalbum {
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	background: #dcdcdc;
}

#fotoalbum img{
border:0px;
margin:0px;
padding:0px;
cursor:pointer;
}
#fotoalbum-top {
	height: 20px;
	float: left;
	background: url("/tinymce/plugins/photobook/images/bg_title.gif") repeat-x;
	width: 100%;
}

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

#fotoalbum-top .text {
	float: left;
	font: 11px Verdana, Geneva, sans-serif;
	color: #595757;
	padding: 2px 0 0 5px;
}

#fotoalbum-top .previous {
	float: right;
}

#fotoalbum-top .play {
	float: right;
}

#fotoalbum-top .next {
	float: right;
}

#fotoalbum-thumbnails {
	height: 100%;
	background: #dcdcdc;
	width: 100%;
	overflow: hidden;
	float:left;
    
}

#fotoalbum-thumbnails ul {
	padding: 9px 0 0 22px;
		list-style: none;
}

#fotoalbum-thumbnails ul li {
	padding: 0 3% 5px 0;
	float: left;
}

#fotoalbum-afb {
}
