/* album navigation */
#fotoalbummodule{
	margin:0;
	float:left;
	}
#folders {
	float:left;
	}
#folders ul {
	padding:0;
	margin:0;
	list-style-image:none;
	list-style:none;
	}
#folders li {
	display:block;
	margin:3px 2px;
	width:140px;
	padding:3px 0 3px 3px;
	border:1px solid #B2B2B2;
	list-style-image:none;
	list-style:none;
	}
#folders li.haspicture{
	text-align:center;
	padding:0;
	float:left;
	width:136px;
	height:120px;
	background:none;
}
#folders li .previewimg{
	display:block;
	clear:both;
	text-align:center;
	margin:2px;
}
/* album container */
#container {
	float:left;
	width:545px;
	margin:3px 0 10px 5px;
	padding:5px;
	border:1px solid #B2B2B2;
	}
#container.fullwidth {
	float:none;
	width:665px;
}
#container h2 {
	padding:0;
	margin:0;
	color:#1C2527;
	}

/* album navigation */
#thumbnails {
	}
#album {
	padding:0;
	margin:0;
	}
#navigation {
	position:relative;
	padding:0;
	margin:0;
	width:430px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	}
#navThumb {
	position:relative;
	float:left;
	text-align:center;
	width:140px;
	padding:0 2px;
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;
	font-weight:bold;
	}
#navLeft {
	position:relative;
	float:left;
	text-align:center;
	width:65px;
	padding:0 2px;
	border-left:1px solid #B2B2B2;
	font-weight:bold;
	}
#navRight {
	position:relative;
	float:left;
	text-align:center;
	width:65px;
	padding:0 2px;
	border-right:1px solid #B2B2B2;
	font-weight:bold;
	}


/* album image
#image {
	position:relative;
	padding:0;
	width:650px;
	height:670px;
	margin-left:auto;
	margin-right:auto;
	}
#imgPrev {
	position:relative;
	float:left;
	left:5px;
	top:5px;
	width:100px;
	height:100px;
	}
#imgActive {
	position:relative;
	float:left;
	width:650px;
	height:650px;
	}
#imgNext {
	position:relative;
	float:left;
	left:5px;
	top:5px;
	width:100px;
	height:100px;
	}
 */

/* other */
#thumbnails p, #album p {
	clear:both;
	padding-top:5px;
	}




