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



#display-image {width:150px; height:154px; float:left; padding:0 0 0 0; margin:4px 0 0 0; border:2px; border-style:solid; border-color:#f24895; background-color:#000000;}

.address {margin-top:0.3em; width:100px; float:left;}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

#thumbnail-holder {
position:relative;
width:70px;
float:left;
padding: 4px 5px 5px 10px;


}


.thumbnail img{
border: 0;
margin: 0;
border:1px;
border-style:solid;
border-color:#f24895;


}

.thumbnail:hover{
background-color: transparent;


}

.thumbnail:hover img{
border:1px;
border-style:solid;
border-color:#FFFFFF;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f9abce;
padding: 0;
margin: 0;
left: -1000px;
border:1px;
border-style:solid;
margin: 0;
visibility: hidden;
color:#f24895;
text-decoration: none;
}

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


}

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