/**
* @version :    1.0
* @copyright	Copyright (C) 2010 DYC media alle rechten voorbehouden.
* @license		GNU/GPL
* @package		PageRank Checker
*/

.album{
  width:75%;
  background:#EAEAEA;
  text-align:center;
}
.album .imageSingle {
  float: left; 
  margin: 5px; 
  width:350px; 
  text-align:center; 
  border:solid 1px #333
}
.album .imageSingle .image {
  width:24px; 
  height:24px; 
  margin:3px;
  float:left
}

.album .footer {
  text-align:center;
  width: 175px;  
  color:#3d8c23; 
  font-weight:bold; 
  float:right;
  padding-top:8px;
}

.tooltitle {
  text-align:left;
  width: 125px;  
  color:#666666; 
  font-weight:bold; 
  padding: 8px 0px 0px 10px;
  float:left;
}
