.album {
	margin: 20px 0;
	padding: 20px;
	border: 1px #D3D3D3 solid;
}

.album .image {
	float: right; 
	margin-left: 5px;
}

.album h2.name {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#albumlist div #clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.clear { 
    clear: both; 
}

#thumbswide {
	text-align: left;	
    width: 750px;
}

#thumbsnarrow {
    text-align: left;
    width: 450px;
}

.description {
    height: 58px;
}

.thumbs img {
	margin: 15px;
	padding: 3px;
	border: 2px solid #F0F0F0;
}

#imagetitle {
    text-align: center;
    font-size: 1.4em;
}
    
#imagedesc {
    text-align: center;
    font-size: 1.4em;
}
    
    
#albumlist div {
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
    
#albumlist .alt, #albumlist .alt div {
    background-color: #E4E4E4;
}

#albumlist .even, #albumlist .even div {
    background-color: #F0F0F0;
}

#albumlist a img {
	border: 2px solid #D3D3D3; 
}

.prev {
	float: left;
    text-align: left;
}

.next {
	float: right;
    text-align: right;
}

#prevnext {
    background-color: #ffffff;
    margin: 10px 0 20px 0;
    padding: 0;
    width: 490px;
}
    
#prev-arrow, #next-arrow {
    background-color: #ffffff;
    margin: 0 -20px 10px 0;
    padding: 0;
    width: 40px;
    position: relative;
    top: -20px;
    font-size: 2.0em;
}

#prev-arrow a:link, #next-arrow a:link { border-style: none; }
#prev-arrow a:visited, #next-arrow a:visited { border-style: none; }
#prev-arrow a:hover, #next-arrow a:hover { text-decoration: none; }
#prev-arrow a:active, #next-arrow a:active { border-style: none; }
#prev-arrow { text-align: left; }
#next-arrow { text-align: right; }

