.album {
    position: relative;
}

.album h2 {
	width: 744px;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
  display: block;
}

.album .description {
	position: absolute;
  right: 0;
  top: 2px;
}

.album {
    margin-bottom: 10px;
}

.album .thumbs {
	width: 764px;
}

.thumbWrapper {
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
    width: 177px;
    height: 118px;
    overflow: hidden;
}

.centerOut {
    position: relative;
    top: -100%;
    height: 300%;
}

.album img {
    max-width: 100%;
}

.albumSpacer {
    width: 10%;
    height: 10px;
    clear: left;
}