@charset "UTF-8";
/* CSS Document */

.gallerycontainer{
	position: relative;
	left: 60px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
	top:35px;
	width:790px;
	height:310px;
	background-image: url(../images/logo_circle.png);
	background-repeat: no-repeat;
	background-position: 380px 0px;
}

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

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

.thumbnail:hover img{
	border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	width:640px;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 310px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}


.vthumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.vthumbnail:hover{
	background-color: transparent;
}

.vthumbnail:hover img{
	border: 1px solid white;
}

.vthumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
}
#portfolio_text_bottom  { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.vthumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 385px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
</style>
