.album {
	margin: 7px 0;
	padding: 7px;
	border: 1px #593a5c solid;
        text-align: left;
}

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

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

#albumlist div #clear {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
}

.clear { 
    clear: both; 
}

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

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

.description {
    height: 18px;
}

.thumbs img {
	margin: 5px;
	padding: 0px;
	border: 2px solid #000000;
}

#imagetitle {
    text-align: center;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: bold;
}
    
#imagedesc {
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-style:italic;
}
    
    
#albumlist div {
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
    
#albumlist .alt, #albumlist .alt div {
    background-color: #c1bebd;
}

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

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

.prev {
	float: left;
    margin-left:20px;
    text-align: left;
}

.next {
	float: right;
    margin-right:20px;
    text-align: right;
}

#prevnext {
    background-color: #ffffff;
    margin: 10px auto 20px auto;
    padding: 0;
/*    width: 490px; */
}
    
#prev-arrow, #next-arrow {
    background-color: #ffffff;
    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; }

#theslide {
text-align:center;
position: relative;
margin-left: 250px;
}

img.big {
border:4px solid #000000;
}


