/* Thumbnail Properties */

.thumbnail_frame{
	display:block;
	/* floats Left */
	padding:4px;
	margin:5px 5px 10px 5px;
}

.thumbnail_frame a{
	border-bottom:none;
}

.thumbnail_image{
	border:1px solid #777777;
}

.thumbnails_clear{
	font-size:1px;
	clear:both;
}

/* Page Links */
a.activepage{
	font-weight:bold;
	font-size:1.2em;
	text-decoration:underline;
}
.pageList span{
	padding:0px 2px 0px 2px;
	color:#888888;
	background-color:inherit;
}

/* BIG Preview of Image */
#gallery .inner_container div.overflow{
	overflow:auto;
}

.largephoto_image{
	border:1px solid #777777;
	padding:2px;
}

/* ############################ */

/* Embed Album (parser.inc) */
.embed_album .albumdesc{
	padding-left:15px;
}
.embed_album .albumenter{
	padding-top:10px;
}
.embed_album .albumpreview{
	padding:2px;
	border:1px solid #cccccc;
}

/*List all Galleries on Website*/
#gallery .albumcontent{
	width:80%;
	border-bottom:1px solid #dddddd;
	margin-bottom:15px;
}
#gallery h2{
	margin-bottom:0px;
}
#gallery .albumcontent p{
	margin-top:0px;
	margin-bottom:5px;
}
#gallery .albumcontent div{
	margin-left:30px;
}