/* The containing box for the gallery_biltmore. */
#container_biltmore {
    height:400px; 
	width: 420px;
    left:0px;
    }
/* Removing the list bullets and indentation */
#container_biltmore ul.biltmore {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container_biltmore a.gallery_biltmore span.biltmore {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:450px; 
    left:2px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#container_biltmore a.gallery_biltmore, #container_biltmore a.gallery_biltmore:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:2px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container_biltmore a.slidea_biltmore {
     background-image: url(images/arizonabiltmore/thumb/ChilcottBathone_1.jpg);  
    height:89px; 
    width:89px;
    }
#container_biltmore a.slidea1_biltmore {
    background-image: url(images/arizonabiltmore/thumb/Chilcottinterior002_1.jpg); 
    height:89px; 
    width:89px;
    }
    
#container_biltmore a.slidec_biltmore {
    background-image: url(images/arizonabiltmore/thumb/Chilcottinterior007_1.jpg); 
    height:89px; 
    width:89px;
    }
#container_biltmore a.slided_biltmore {
    background-image: url(images/arizonabiltmore/thumb/Entrywayafter__thumb.jpg); 
    height:89px; 
    width:89px;
    }
	/* set the size of the unordered list to neatly house the thumbnails */
#container_biltmore ul.biltmore {
    width:400px; 
    height:95px;
    }
#container_biltmore li.biltmore {
    float:left;
    }
/* move the thumbnails into the correct position */
#container_biltmore ul.biltmore {
    /*float:right;*/
	text-align:center;
    }
/* change the thumbnail border color */
#container_biltmore a.gallery_biltmore:hover {
    border:2px solid #ccc; 
    }
#container_biltmore a.gallery_biltmore:hover span.biltmore {
    position:absolute; 
    width: 380px;
    height: 252px;
    top:130px; 
    left:455px; 
    color:#000; 
    background:#fff;
    }
#container_biltmore a.gallery_biltmore:hover img.biltmore {
    border:2px solid #000; 
    margin-right:0px;
	
    }

div.bgimg2{
    position:absolute;  
	border:0px solid #000;
	z-index:60;
    }
.link_details_biltmore{
position: absolute;
left:500px;
top: 460px;
width:440px;
height:20px;
text-align:left;
z-index:59;
}
