.right {
	font-size: 1.0em;
	padding-right: 100px;
	text-align: right;
}

#pic {
	background-color: #FFFFFF;
	left: 4px;
	position: relative;
	top: 2px;
	width: 106px;
	float: left;
	height: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 10px;
	color: #666666;
	margin-left: 5px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
	z-index: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px none;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 105px;
	z-index: 0;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #336600;
	display: block;
	height: 300px;
	left: 0px;
	position: absolute;
	top: -214px;
	width: 300px;
	z-index: 10;
	background-color: #FFFFFF;
	padding: 6px;
	visibility: visible;
}
#gallery {
	width: 600px;
	clear: left;
	padding-left: 15px;
}
#gallery2 {
	width: 700px;
	clear: left;
}
#gallery3 {
	width: 255px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
#gallery4 {
	width: 130px;
	float: left;
	margin-left: 23px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#gallery5 {
	width: 200px;
	float: right;
	margin-left: 20px;
}

#gallery6 {
	width: 800px;
	clear: left;
	padding-left: 15px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
	overflow: auto;
	text-decoration: none;
}
.thumbnail a:link{
	text-decoration: none;
	color: #666666;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	color: #666666;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid #336600;
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: -200px;
left: 50px; /*position where enlarged image should offset horizontally */

}
.holder {
	height: 140px;
	width: 110px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 16px;
}
.holder a:link {
	text-decoration: none;
	color: #666666;
}
.thumbnailx{
	position: relative;
	z-index: 0;
	overflow: auto;
	text-decoration: none;
}
.thumbnailx a:link{
	text-decoration: none;
	color: #666666;
}

.thumbnailx:hover{
	background-color: transparent;
	z-index: 50;
	color: #666666;
}

.thumbnailx span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid #336600;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailx span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailx:hover span{
	visibility: visible;
	top: -250px;
	left: -500px;

}

