/* CSS Document */

#padbox { width:400px; _width:450px; height:auto; padding-top:30px; padding-left:15px;}



/* Image Thumbnails
------------------------------ */


.thickbox { width:100px; _width:125px; height:100px; _height:125px; overflow:hidden;}
.imagethumb a, .imagethumb a:hover {

	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
	
}
.imagethumb a:visited {
    background-color: #fcfcfc;
    border: 1px solid #f8f8f8;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
	
}

.albumdesc2 {
	line-height: 18px;
}




/* Page Navigation
------------------------------ */
#paging {height:10px; width:512px; text-align:center;}
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}

ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink a {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility:visible;
}



