

.album .image {
	float: right; 
	margin-left: 5px;
}


.clear { 
    clear: both; 
}

#thumbswide {
	text-align: left;	
    width: 750px;
}

#thumbsnarrow {
    text-align: left;
    width: 450px;
}

.description {
    height: 38px;
}

.thumbs img {
	margin: 5px;
	padding: 0px;
	border: 2px solid #000000;
}

#imagetitle {
    text-align: center;
    font-size: 1.4em;
}
    
#imagedesc {
    text-align: center;
    font-size: 1.4em;
}
    

.prev {
	float: left;
    text-align: left;
}

.next {
	float: right;
    text-align: right;
}

#prevnext {
    background-color: #999999;
    margin: 10px auto 20px auto;
    padding: 0;
/*    width: 490px; */
}
    
#prev-arrow, #next-arrow {
    background-color: #000000;
    margin: 0 -20px;
    padding: 0;
    width: 40px;
    position: relative;
    top: 350px;
    font-size: 4.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; }

