.centerer {
	text-align: center;	
	width: 150px;
}

#albums {
	margin-top: 25px;	
}

.subalbums {
	height: 110px;
}

.album {
	padding: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.albumtitle {
	font-weight: bold;	
}

.full {
	background: #e2d5d3;	
}

.flat {
	background: #FFF;	
}

/* dropshaddow */

#bottomsmall {
	background: url(/images/dropshaddowsmall/bottom.png) repeat-x;
	z-index: 1;
	height: 9px;
}

#topsmall {
	background: url(/images/dropshaddowsmall/top.png) repeat-x;
	z-index: 1;
	height: 9px;
}

#leftsmall {
	background: url(/images/dropshaddowsmall/left.png) repeat-y;
	z-index: 1;
	width: 9px;
}

#rightsmall {
	background: url(/images/dropshaddowsmall/right.png) repeat-y;
	z-index: 1;
	width: 9px;
}

#bottomrightsmall {
	background: url(/images/dropshaddowsmall/bottomright.png) no-repeat;
}

#bottomleftsmall {
	background: url(/images/dropshaddowsmall/bottomleft.png) no-repeat;
}

#toprightsmall {
	background: url(/images/dropshaddowsmall/topright.png) no-repeat;
}

#topleftsmall {
	background: url(/images/dropshaddowsmall/topleft.png) no-repeat;
}

.image2 {
	display: inline-block;	
}

#gallerytitle {
	margin-top: 25px;	
}

#gallerytitle h2 {
	font-size: 16px;
	font-weight: normal;
}

#headernote {
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}

.image {
	text-align: center;	
}

.image table {
	margin-left: 30px;
	margin-top: 25px;
}

.prev {
	float: left;	
}

.next {
	float: right;	
}

#admin {
	margin-top: 50px;	
}
