.thumbContainer:link, .thumbContainer:active, .thumbContainer:visited {
	background: url(/images/photolist/background.gif) no-repeat bottom right;
	margin: 5px;
	width: 125px;
	height: 105px;
	padding-top: 6px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: normal;
}

.thumbContainer:hover {
	background-image: url(/images/photolist/background_hover.gif);
	text-decoration: none;
	font-weight: normal;
}

.thumbContainer img {
	vertical-align: middle;
	margin: 5px 15px 5px 15px;
}

.thumbHeader {
	width: 125px;
	height: 15px;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
}

.thumbFooter {
	width: 125px;
	overflow: hidden;
	font-size: 10px;
	text-align: center;
	color: #7f7f7f;
}

.albumContainer:link, .albumContainer:active, .albumContainer:visited {
	background: url(/images/photolist/background.gif) no-repeat bottom right;
	margin: 5px;
	width: 400px;
	height: 96px;
	padding-top: 6px;
	text-align: center;
	font-weight: normal;
	float: left;
	text-decoration: none;
}
.albumContainer:hover {
	background: url(/images/photolist/background_hover.gif) no-repeat bottom right;
	text-decoration: none;
	font-weight: normal;
}

.albumContainer img {
	float: left;
	vertical-align: middle;
	margin: 5px 15px 5px 15px;
}
.albumName {
	float: right;
	margin: 3px 10px 0px 0px;
	text-align: left;
	width: 260px;
	overflow: hidden;
	height: 12px;
}
.albumPhotos {
	float: right;
	margin: 0px 10px 0px 0px;
	text-align: left;
	width: 260px;
	color: #7f7f7f;
}
.albumDescription {
	margin: 5px 10px 0px 0px;
	float: right;
	text-align: left;
	width: 260px;
	height: 50px;
	overflow: hidden;
}

.adminAlbumContainer {
	background: url(/images/photolist/background.gif) no-repeat bottom right;
	margin: 5px;
	width: 400px;
	height: 96px;
	padding-top: 6px;
	text-align: center;
	float: left;
	text-decoration: none;
}

.adminAlbumContainer_hover {
	background: url(/images/photolist/background_hover.gif) no-repeat bottom right;
}

.adminAlbumContainer span {
	float: left;
	vertical-align: middle;
	text-align: right;
	margin: 3px 15px 5px 15px;
}

.adminAlbumContainer span a:visited, .adminAlbumContainer span a:link, .adminAlbumContainer span a:active, .adminAlbumContainer span a:hover {
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	background-color: #FA7A39 ;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.adminAlbumName {
	float: right;
	margin: 3px 10px 0px 0px;
	text-align: left;
	width: 275px;
	overflow: hidden;
	height: 12px;
	color: #4B8DB0;
}
.adminAlbumPhotos {
	float: right;
	margin: 0px 10px 0px 0px;
	text-align: left;
	width: 275px;
	color: #7f7f7f;
}
.adminAlbumDescription {
	margin: 5px 10px 0px 0px;
	float: right;
	text-align: left;
	width: 275px;
	height: 50px;
	overflow: hidden;
	color: #4B8DB0;
}

.adminAlbumTools {
	display: inline !important;
}

.adminPhotoContainer {
	background: url(/images/photolist/background.gif) no-repeat bottom right;
	margin: 5px;
	width: 400px;
	height: 96px;
	padding-top: 6px;
	text-align: center;
	float: left;
	text-decoration: none;
}

.adminPhotoContainer_hover {
	background: url(/images/photolist/background_hover.gif) no-repeat bottom right;
}

.adminPhotoContainer span {
	float: left;
	vertical-align: middle;
	text-align: right;
	margin: 4px 15px 5px 15px;
}

.adminPhotoPhoto {
	width: 100px;
	position: absolute;
	left: 370px;
	padding-top: 5px;
}

.adminPhotoContainer span a:visited, .adminPhotoContainer span a:link, .adminPhotoContainer span a:active, .adminPhotoContainer span a:hover {
	padding: 2px 5px 2px 5px;
	line-height: 20px;
	background-color: #FA7A39 ;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.adminPhotoDetails {
	float: right;
	margin: 3px 10px 0px 0px;
	text-align: left;
	width: 175px;
	overflow: hidden;
	height: 80px;
	color: #4B8DB0;
}

.adminPhotoDetails div.laatstGewijzigd {
	text-align: left;
	font-size: 10px;
	color: #7f7f7f;
}

.adminPhotoTools {
	display: inline !important;
}