.album {
	margin: 7px 0;
	padding: 7px;
	border: 1px #ccc solid;
    -moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 425px;
	margin: 0 10px 15px -15px;
}

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

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

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

.cleared { 
    clear: both; 
}

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

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

.thumbs ul.thumb-list, ul.thumblist li { list-style: none; margin-left: -20px;}
.thumbs ul.thumb-list li { list-style: none !important; height: 140px !important; width: 140px !important; display: table-cell; margin: 3px; float: left;}
.thumbs ul.thumb-list li a { float: left;}
.thumbs ul.thumb-list li img { margin: 0 auto;}
.wppa-widget {
padding: 5px 0 0 5px;
}

.description {
    min-height: 38px;
    left: 15px;
    position: relative;
    margin-top: 12px;
    margin-right: 10px;
}

.thumbs img {
	margin: 3px;
	padding: 0px;
	border: 2px solid #ccc;
}

/* #thumbsnarrow a { width: 130px !important; height: 150px !important; border: none; text-decoration: none; padding: 0;} */

#imagetitle {
    text-align: center;
    font-size: 1em;
        display: none;
}
    
#imagedesc {
    text-align: center;
    font-size: 1.0em;
	display: none;
}
    
    
#albumlist div {
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
}
    
#albumlist .alt, #albumlist .alt div {
    background-color: #d5d5d5;
}

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

#albumlist a img {
	border: 2px solid #7d6faf; 
	display: inline;
	position: relative;
}

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

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

#prevnext {
    background-color: #eef7e6;
    margin: 10px auto 20px auto;
    padding: 0;
/*    width: 490px; */
}
    
#prev-arrow, #next-arrow {
	background-color: transparent;	
    margin: 0 20px 0 -25px;
    padding: 0;
    width: 30px;
    position: relative;
    top: 190px;
    font-size: 2.5em;
    font-family: Verdana;
	line-height: 1em;
}



#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: right; }
#next-arrow { text-align: left; }

.big {
display: block;
margin: 0 auto;
}