@charset "utf-8";
/* CSS Document */

.class2 A:link {text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; color:#B3C9D6;}
.class2 A:visited {text-decoration: none; color:#B3C9D6;}
.class2 A:active {text-decoration: none; color:#fff;}
.class2 A:hover {text-decoration: none; color: #FFF;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 1;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: -195px;
	left: 0px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom:1px;
/*position where enlarged image should offset horizontally */
}


.tthumbnail{
position: relative;
z-index: 0;
}

.tthumbnail:hover{
background-color: transparent;
z-index: 1;
}

.tthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: -195px;
	left: -295px;
}

.tthumbnail span img{ /*CSS for enlarged image*/
border-width: 1;
padding: 0px;
}

.tthumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom:1px;
/*position where enlarged image should offset horizontally */
}

.signorbg{
	background-image:url(images/signor-bg.jpg);
	background-repeat:no-repeat;
	background-color:#eee8e3;
	}