
.album
{
	margin-top:7px;
	margin-right:10px;
	margin-left:10px;
	padding: 7px;
	padding-top:6px;
	background-image:url(images/thumbnail_bg.jpg);
	background-repeat:no-repeat;
	width:212px;
	height:171px;
	float:left;
}

.album .image 
{
}


.album h1.name
{
	background:none;
	padding:0;
	margin:0;
	text-align:left;
}
.album h1.name a{
	font-size:10px;
	color:#babcbe;
	text-decoration:none;
}

.clear { clear: both; }

.thumbs
{
	text-align: left;
}

.thumbs img
{
	
}
.thumbs a{
	margin: 4px;
	padding: 2px;
	display:inline-block;
	border:solid 1px #ccc;
}
.thumbs a:hover{
border:solid 1px #f2f08e;
}

.description{
	font-size:9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#babcbe;
	padding:0;
	margin:0;
}


a img {
	border: none; 
}

.prevnext{
text-align:center;
padding-bottom:8px;
text-transform:uppercase;
color:#a1a1a4;
font-size:10px;
position:relative;
height:15px;
}

.prev{

}
.prev a{
	position:absolute;
	left:185px;
	top:0;
	width:54px;
	height:13px;
	background-image:url(images/previous.jpg);
	background-repeat:no-repeat;
	margin-right:250px;
}

.prev span, .next span{
display:none;
}

.next a{
	position:absolute;
	left:500px;
	top:0;
	width:54px;
	height:13px;
	background-image:url(images/next.jpg);
	background-repeat:no-repeat;
}
.prevnext .album_title{
position:absolute;
left:250px;
text-align:center;
width:240px;
}

.album_small_image{
width:213px;
height:117px;
overflow:hidden;
}

.album_date{
float:left;
width:55px;
background-image:url(images/gallery_date.jpg);
background-repeat:no-repeat;
background-position:47px 8px;
padding-right:7px;
text-align:center;
}
.album_info{
float:right;
width:150px;
padding-top:5px;
}
.album_day, .album_month{
font-family:Georgia, "Times New Roman", Times, serif;
color:#babcbb;
padding:0;
margin:0;
line-height:normal;
}
.album_day{
font-size:24px;
}
.album_month{
font-size:10px;
}

.return_to_gallery{
padding-top:5px;
}
.return_to_gallery a{
display:block;
width:128px;
height:27px;
background-image:url(images/return_to_gallery.jpg);
margin:0 auto;
}
.return_to_gallery span{
display:none;
}
