
		
			
#albumsContainer {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	width: 695px;
	padding: 0px;
	font-size: 10px;
	overflow: hidden;
}

	#albumsContainer img {
		border: 0;
		width:100px;
	}
	
#albumsContainer .imgContainer {
	float: left;
	border: #000 1px solid;
	margin: 0 5px 5px 0;
	padding: 5px;
	cursor: pointer;
	overflow: hidden;
}

	#albumsContainer .imgCaption {
		padding: 5px;
		font-size: 10pt;
	}

#albumsContainer .errorMessage {
	font-weight: bold;
	color: #ff0000;
}

#albumsContainer .header {
	display: block;
	float: left;
	font-weight: bold;
	width: 50px;
}

#albumsContainer a { color: #fff; font-weight: bold; text-decoration: none; }
#albumsContainer a:hover { color: #ff0000; font-weight: bold; text-decoration: underline; }

#albumsPopup {
 text-align: center;
 background-color: #333;
}

#albumsPopupPrevNext {
	font-family: Arial, Helvetica, sans-serif;
	height: 50px; 
	line-height: 50px; 
	background-color: #333;
	color: #fff;
	font-size: 12pt;
}

#albumsPopupPrevNext a { color: #fff; font-weight: bold; text-decoration: none; }
#albumsPopupPrevNext a:hover { color: #fff; font-weight: bold; text-decoration: underline; }
