/* Wild Dunes Village Interior Page Styles */

@import url("nav.css");
@import url("common.css");
@import url("headers.css");


/* ------------------ Main Content Area ---------------- */

#content-wrapper {
 width: 382px;
 background: #FAF7EE url("../images/content-interior-bg.gif") no-repeat 0 0;
 float: left;
 color: #59471A;
 height: 253px;
 text-align: left;
 overflow: auto;
 scrollbar-face-color: #ffffff; 
}

#nav-push {
 width: 100px;
 float: left;
}

#nav-push p {
 margin-left: 7px;
 margin-top: 20px;
}

#content {
 width: 261px;
 float: left;
}

#content ul#thumb-grid { width: 372; margin: 5px 5px 5px 15px; }

#content ul#thumb-grid li {
	display: inline;
	float: left;
	margin: 3px;
	list-style: none;
}

#content ul#thumb-grid li a {
	padding: 2px;
	display: block;
	background-color:#59471A;
}

#content ul#thumb-grid li a img { border: none; }

#content ul#thumb-grid li a:hover { background-color:#C5C19D; }

.photo-gallery { width: 761px !important; height: 372px !important; overflow: hidden !important; }
div#gallery-wrapper { margin: 0 auto; width: 761px; height: 370px; text-align: center; }
div#gallery {  height: 370px; }
