/* CSS Document to support Barcaldine House */
/* www.barcaldinehouse.com.au */
/* Copyright Project DMS */
/* www.projectart.com.au */
/* last edited 070408 */

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

.thumbnail{
	position: relative;
	z-index: 0;}

.thumbnail img {
	margin: 0 5px 5px 0;}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #61758F;
	padding: 5px;
	left: -1000px;
	border: 1px solid #FFFFFF;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;}

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

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

/*END Pop-Up Gallery*/