#albumlist{position:relative; left:0; width:960px; margin:0 !important; padding:0; overflow:hidden;}
.album{float:left; position:relative; width:222px; height:222px; margin:0 18px 18px 0; list-style:none; z-index:600;}
.album:hover{z-index:603;}
.overlay{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#A2A2A2; z-index:601; opacity:.5;}
.overlay.over{display:block;}
.album a{display:block; position:relative; width:220px; height:220px; padding:4px; border:1px solid #CCC; background:#F1F1F1; overflow:hidden;
-moz-box-shadow:3px 10px 5px #888;
-webkit-box-shadow:3px 3px 5px #888;
box-shadow: 10px 10px 5px #888;
}
.album:hover a{border:1px solid #C5C5C5; overflow:visible; background:#D7D7D7;}
.album a:hover{height:auto;
-moz-box-shadow:3px 10px 5px #888;
-webkit-box-shadow:3px 3px 5px #000;
box-shadow: 10px 10px 5px #888;
}
.album i{display:block; position:relative; height:220px; overflow:hidden;}
.album:hover i{height:auto;}
.album .image{width:220px; vertical-align:bottom;}

.album h2.name {
	font-size: 1.2em;
	font-weight: bold;
	margin:0 0 10px 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;
}

.wppa-widget {
padding: 5px 0 0 5px;
}

.description {
    height: 38px;
}

.thumbs img {
	margin: 3px;
	padding: 0px;
}

#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:none;
}

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

#albumlist a img {
	
}

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

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

#prevnext {
    margin: 10px auto 20px auto;
    padding: 0;
/*    width: 490px; */
}
    
#prev-arrow, #next-arrow {
    margin: 0 -20px;
    padding: 0;
    width: 40px;
    position: relative;
    top: 250px;
    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; }


