<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>
.photo-album-others {
	height: 65px;
	width: 200px;
	background-image: url(../images/photo_gal_others.gif);
}
.photo-album-others {
	background-image: url(../images/photo_gal_others.gif);
	height: 60px;
	width: 150px;
	border: 1px solid #AAAAAA;
}
.PA-sub-text {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
.hr {
	color: #999999;
}
.photo-album-description {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bolder;
	color: #666666;
	background-color: #EFEFE9;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 20px;
	text-align: left;
	text-indent: 0pt;
	vertical-align: middle;
	text-decoration: underline;
}
.sitemap-desc-heading {
	font-family: tahoma;
	font-size: 11px;
	color: #A8B165;
	text-decoration: none;
	height: 15px;
	padding: 2px;
	font-weight: bold;
}
.sitemap-bottom-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #D6DBC4;
	border-right-color: #D6DBC4;
	border-bottom-color: #D6DBC4;
	border-left-color: #D6DBC4;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	height: 20px;
	text-align: center;
	vertical-align: middle;

}
