/* The gallery */

/* the static image to be covered */

#gallerycontainer {
	position: relative;
	height: 655px;
	background: url(../images/accommodations/deluxchalsuite/deluxchaletsuite.gif) no-repeat 100%;
}

/* Removing the list bullets and indentation */
#gallerycontainer ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Remove the images and text from sight */
#gallerycontainer a.gallery span {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	text-align: right;
	top: 5px;
	left: 5px;
}

/* styling the gallery:hover span */
/* sets background size for large pic*/

#gallerycontainer a.gallery:hover span {
	position: absolute;
	text-align: center;
	background-color: #dfdcd2;
	color: #032c18;
	left: 265px;
	width: 372px;
	height: 650px;
}

/* removes borderline in Safari */

span img {
	border-style: none;
}

/* sets placement of large image */

.vert {
}

.horiz {
	margin-top: 35px;
}

/* Adding the thumbnail images */

#gallerycontainer a.gallery, #gallerycontainer a.gallery:visited {
	display: block;
	color: #032c18;
	text-align: center;
	margin: 1px 2px 4px;
	border: 1px solid #032c18;
	text-decoration: none;
}

#gallerycontainer a.gallery:hover {
	border: 1px solid #dfdcd2;
}

/* 3 verticals */

#gallerycontainer a.slidea {
	background-image: url(../images/accommodations/deluxchalsuite/deluxchaletroomthumb.jpg);
	width: 60px;
	height: 93px;
}

#gallerycontainer a.slideb {
	background-image: url(../images/accommodations/deluxchalsuite/deluxchaletporchthumb.jpg);
	width: 60px;
	height: 93px;
}

#gallerycontainer a.slidec {
	background-image: url(../images/accommodations/deluxchalsuite/deluxchaletbestfirethumg.jpg);
	width: 60px;
	height: 93px;
}

/*  2 horizontals  */

#gallerycontainer a.slided {
	background-image: url(../images/accommodations/deluxchalsuite/deluxchaletthumb.jpg);
	width: 93px;
	height: 60px;
}

#gallerycontainer a.slidee {
	background-image: url(../images/accommodations/deluxchalsuite/deluxchaletbedsthumb.jpg);
	width: 93px;
	height: 60px;
}

/* set the size of the unordered list to neatly house the thumbnails */

#gallerycontainer ul {
	float: left;
	height: auto;
	width: 198px;
	margin-top: 18em;
}

#gallerycontainer li {
	float: left;
}