 .album
{
	margin: 0px 0px 0px 0px;
	/*padding: 3px 3px 3px 10px;*/
	padding:5px 10px 0px 0px;
    width:153px;
	height:170px;
    float:left;
	list-style-type:none;
	overflow:hidden;
}
.album .album_image{
    margin:0px 0px 0px 0px;
	height:118px;
    width:141px;
	padding:0px 0px 10px 0px;
	/*padding:5px 5px 5px 5px;
	border: 1px #6F6F6F solid;*/
    float:left;
	display:block;
}
.album .image 
{
	float: left; 
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
    height:118px;
    width:141px;
}

.album a{color:#444E50;
  text-decoration:none;
  }
.album .name
{
	font-size:12px;
	font-family:arial;
	color:#404040;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:140px;
	text-transform:Uppercase;
}

.clear { clear: both; }

.thumbs
{
	text-align: left;
	
}

.thumbs img
{
	float: left; 
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
    height:118px;
    width:141px;

}


a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}