h1 {
	text-align:center;
}
.album{
  width:1250px;
  background-color:#FFFFFF; 
  padding: 10px; 
  float:left
}
.album .imageSingle {
  float: left; 
  margin: 5px; 
  width:296px; 
  height:300px;
  text-align:center; 
  border:solid 1px #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10 px;
  border-radius: 10px;
}
.album .imageSingle .image {
  width:285px; 
  margin:3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10 px;
  border-radius: 10px;
  -webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.75);
  -mox-box-shadow:2px 2px 5px rgba(0,0,0,0.75);
  box-shadow:2px 2px 5px rgba(0,0,0,0.75);
}
.album .imageSingle .image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10 px;
  border-radius: 10px;	
}
.album .imageSingle .image video {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10 px;
  border-radius: 10px;	
}
.album .footer a {
	text-decoration: none;
	color:inherit;
}
.album .footer a:hover {
	text-shadow: 0 2px 2px rgba(0,0,0,0.5)
}
.album .imageSingle .image a:hover img {
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.album .footer {
  text-align:center;
  width: 296px; 
  border-top:solid 1px #333;
  color: #666; 
  font-weight:bold; 
  padding-top: 7px; 
  padding-bottom:7px; 
  margin-top: 10px;
}
.CalloutBox {
	width: 800px;
	text-align:left;
	padding: 2px;
	margin-left: 200px;
	}
