div#new_button_projects_side
{
	margin: -6px 0 0 70px;
}

div.photo_album_items_container
{
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 588px;
}

div.photo_album_items_container a
{
	text-decoration: none;
}

div.photo_album_items_header
{
  color: white;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

div.photo_album_items_project
{
	float: left;
	margin-right: 37px;
}
div.photo_album_items_image_container
{
	background: #9b9b26;
	padding: 2px;
	height: 72px;
	width: 106px;
	overflow: hidden;
	margin: 10px 0 0 0;
}
div.photo_album_items_image
{
	height:70px;
	margin:1px 0 0 1px;
	overflow:hidden;
	width:104px;
}
div.photo_album_items_image img
{
	border:0 none;
	width: 104px;
}
div.photo_album_items_title
{
	margin-top: 3px;
	font-size: 10px;
	color: white;
	font-weight: bold;
}
div.photo_album_items_location
{
	color: black;
	font-size: 10px;
}
