#description
{
	margin: 20px 0 20px 0;
}

.album, .album-recents, .album-page
{
	list-style: none;
	width: 800px;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center !important;
}

html>body .album, html>body .album-recents, html>body .album-page
{
	margin: 0 auto;
}

.album-page
{
	border-top: 1px solid #96A8C5;
	margin: 40px auto;
	width: 800px;
	padding: 0;
}

.album li, .album-recents li
{
	width: 185px;
	height: 200px;
	display: block;
	font-size: 11px;
	float: left;
	margin: 10px 6px;
	text-align: center !important;
	padding: 0;
}

.album-page li
{
	width: 140px;
	height: 200px;
	display: block;
	font-size: 11px;
	float: left;
	margin: 10px 6px;
	padding: 0;
	text-align: center !important;
	overflow: hidden;
}

.album li div, .album-recents li div
{
	width: 150px;
	margin: 0 auto;
	text-align: center !important;
	overflow: hidden;
}

.thumbnail
{
	border: 1px solid #1d3965;
	width: 138px;
	height: 138px;
	background: #ffffff;
	display: block;
	margin: 0 auto 3px auto;
}

.thumbnail img
{
	width: 130px;
	height: 130px;
	margin: 4px;
}

.recent-albums
{
	position: relative;
	background: url(../images/recent-albums-bg.gif);
	padding: 0;
	width: 815px;
	height: 250px;
	margin: 30px auto;
	overflow: hidden;
}

.recent-albums .top
{
	background: url(../images/recent-albums-top.gif);
	height: 19px;
}

.recent-albums .bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/recent-albums-bottom.gif);
	height: 17px;
	width: 100%;
}
