body {
	margin:0;
	padding:0;
	background-color:#EEE;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
h1,
.return {
	text-align:center;
	margin:0;
	padding:12px 12px 0;
}
.album a {
	background-color:rgba(0,0,0,0);
}
.album a:hover {
	background-color:rgba(0,0,0,0.2);
}
.album a,
.albumoverlay {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.album a span {
	display:block;
	padding:120% 0 0;
}
.albumheader {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.albumheader h2 {
	margin:0;
	padding:12px;
	color:#FFF;
	text-align:center;
	font-size:24px;
}
h1 {
	font-size:32px;
}
.albumoverlay {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,#000));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,#000 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,#000 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,#000 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.album,
.albumsc,
.imageboxes,
.imagebox {
	padding:6px;
}
.albumc {
	width:33%;
	float:left;
}
.albumi {
	position:relative;
	width:100%;
}
.albumheight {
	width:100%;
	padding:0 0 100%;
	background-color:#000;
	background-position:center top;
	-webkit-background-size:cover;
	-khtml-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.albums {
	width:100%;
	overflow:hidden;
}
.albumsi {
	width:101%;
	overflow:hidden;
}
.imagebox {
	text-align:center;
}
.imagebox img {
	width:auto !important;
	max-width:100%;
	width:100%;
	-webkit-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.75);
}
img {
	vertical-align:bottom;
}
@media only screen and (min-width:1100px) {
	.albumc {
		width:24%;
	}
	.albumsi {
		width:104%;
	}
}
@media only screen and (min-width:1340px) {
	.albumc {
		width:19%;
	}
	.albumsi {
		width:105%;
	}
}
@media only screen and (max-width:760px) {
	.albumc {
		width:40%;
	}
	.albumsi {
		width:125%;
	}
}
@media only screen and (max-width:480px) {
	.albumheader h2 {
		font-size:18px;
	}
}
@media only screen and (max-width:430px) {
	.albumheader h2 {
		font-size:24px;
	}
	.albumc {
		width:100%;
	}
	.albumsi {
		width:100%;
		float:none;
	}
}