@charset "utf-8";

.galtest1 .thumbnail img{
	border: 1px none white;
	margin: 0 5px 5px 0;
}

.galtest1 .thumbnail:hover{
background-color: transparent;
}

.galtest1 .thumbnail:hover img{
	border: 1px none #999999;
}

.galtest1 .thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 0px;
	left: -2000px;
	visibility: hidden;
	color: #CCCCCC;
	text-decoration: none;
}

.galtest1 .thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	height: 500px;
	width: 500px;

}

.galtest1 .thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 50px;
	left: 220px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
.galtest1 a {
	font: bold 0.65em Tahoma, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 0.35em;
	padding-left: 6px;
}
.galtest1  a:hover {
	color: #CC3300;
}

.galtest1  .category  {
	font: bold 0.65em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0.35em;
	border-bottom: 1px dotted #CCCCCC;
}
p .category {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.galtest1 h3 {
	font: normal 1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	letter-spacing: 0.25em;
}
