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

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

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

/*CSS for enlarged image SPAN*/
.thumbnail span{ 
position: absolute;
background-color: #fbe8da;
padding: 0px;
left: -1000px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 50;
}

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

/*CSS for enlarged image*/
.thumbnail:hover span{ /*change to active or focus to display image only while user clicks on the thumbnail*/
position: absolute;
visibility: visible;
top: 0;
left: 510px; /*position where enlarged image should offset horizontally */
top: 0px; 	 /*position where enlarged image should offset vertically */
z-index: 50; /*use for layered method*/
}

/*STYLE FOR BACKGROUND PLACE HOLDER*/

#content-two-column-gallery #content-right {
width:479px;
height:406px;
z-index: 10;
}