h1 {
 width : 610px;
}

section.see_album {
	margin-top : 10px;
	width : 346px;
	overflow: hidden;
	border : 1px #bababa solid;
	background: rgba(205,205,205,0.30);
	margin-bottom : 10px;
}

section.see_album h2 {
 	border-bottom: 1px dashed #bebebe;
    color: #202020;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 10px;
    padding-left : 50px;
    margin-bottom : 5px;
    text-shadow: 0px 2px 3px #bebebe;	
    text-transform: uppercase;
    margin-top : 10px;
}

section.see_album figure {
	margin : 0px 0px;
	padding : 0px 0px;
	float : left;
}

section.see_album figure img {
	border : 1px solid #282828;
	margin-left : 5px;
	margin-right : 2px;
}

section.see_album figure.last_album img {
	width : 336px;
	height : 336px;
}

section.see_album figure.other_album img {
	width : 60px;
	height : 60px;
}