* { margin: 0; padding: 0; border: 0; outline: 0; }

body {
	min-width: 100%;
	color: #fff;
	background: #222 url(img/bg.png) repeat-x left top;
	font: normal normal 400 87.5%/1.5 "Lucida Grande", Helvetica, Arial, sans-serif;
}

li { list-style: none; }

img { border: none !important; }

h1 {
	font-size: 2.5em;
	line-height: 2.0;
}

.Loader {
	width: 160px;
	height: 160px;
	display: block;
	position: absolute;
	top: 34px;
	left: 35px;
	z-index: 2;
	background: rgba(0, 0, 0, 0.5) url(img/loader.gif) no-repeat center center;
}

#wrap {
	width: 942px;
	margin: 0 auto;
	padding: 14px;
}

#albums {}
#albums:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#albums .Album {
	float: left;
	display: inline;
	margin-left: 10px;
	text-align: center;
	position: relative;
}
#albums .Album.First { margin-left: 0; }

#albums .Album a {
	width: 160px;
	height: 160px;
	padding: 34px 33px 34px 35px;
	display: block;
	background: url(img/photo_stack.png) no-repeat;
}
#albums .Album.Flat a {
	background: url(img/photo.png) no-repeat 19px 18px;
	padding-bottom: 16px;
}

#albums .Album.Flat .Photo a {
	background: url(img/photo.png) no-repeat 0px 0px;
	margin-left: 19px;
	padding: 16px;
}

#albums .Album.Flat .Photo img {
	max-width: 100%;
	max-height: 100%;
}

