@charset "utf-8";


#holder {position: relative; width: 610px; z-index:1;}

.thumbnail img{
	border: 1px #615d51;
	margin: 0 0 0 0;
}

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

.thumbnail:hover img{
	border: 0;
		
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	left: 0px;
	border: 0;
	visibility: hidden;
	color: #615d51;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
	
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 79px;
	left: 48px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	border: 0px solid #c5c0b0;

}
.gallery_break{
	border: 0;
	clear: both;
	padding-left: 35px;
}

