
/* ----------------------------------------
   Photo album main classes */

div.photos_header {
	background-color: #efefef;
	height: 80px;
	width: 600px;
	color: #666666;
	text-align: left;
	margin-top: 10px;
}

div.photos_thumbinfo {
	background: #cccccc url('/img/photos/infobox.gif') no-repeat;
	padding: 3px;
}

/* ----------------------------------------
   Photo album text classes */
   
span.photos_mainheader {
	position: relative;
	top: 43px;
}

span.photos_subheader {
	position: relative;
	top: 43px;
	left: 3px;
	font-size: 14px;
}