/* The containing box for the gallery. */
#container {
    position:absolute; 
	top: 149px;
	left: 2px;
    width:475px; 
    height:auto; 
    }
/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:110px; 
    left:2px; 
    overflow:hidden; 
    background:#fff;
    }
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:2px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background-image: url(images/arizonabiltmore/thumb/ChilcottBathone_1.jpg); 
    height:89px; 
    width:89px;
    }
#container a.slidea1 {
    background-image: url(images/arizonabiltmore/thumb/Chilcottinterior002_1.jpg); 
    height:89px; 
    width:89px;
    }
#container a.slideb1 {
    background-image: url(images/arizonabiltmore/Chilcott%20interior%20007.jpg); 
    height:89px; 
    width:89px;
    }
#container a.slidec {
    background-image: url(images/arizonabiltmore/thumb/Chilcottinterior007_1.jpg); 
    height:89px; 
    width:89px;
    }
#container a.slided {
    background-image: url(images/arizonabiltmore/thumb/Entrywayafter__thumb.jpg); 
    height:89px; 
    width:89px;
    }
#container a.slidee {
	background-image: url(images/customer/thumbs/5.jpg);
	height:89px;
	width:89px;
    }
	/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:400px; 
    height:95px;
    }
#container li {
    float:left;
    }
/* move the thumbnails into the correct position */
#container ul {
    margin-top:10px; 
	margin-right: 200px;
    /*float:right;*/
	text-align:center;
    }
/* change the thumbnail border color */
#container a.gallery:hover {
    border:2px solid #ccc; 
    }
#container a.gallery:hover span {
    position:absolute; 
    width: 400px;
    height: 400px;
    top:25px; 
    left:500px; 
    color:#000; 
    background:#fff;
    }
#container a.gallery:hover img {
    border:2px solid #000; 
    margin-right:0px;
	/*float:left;*/
	
    }
#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }
/*#container {
    background:url(images/customer/5.jpg) 0px 0px no-repeat #FFFFFF;
    }*/
div.bgimg{
    position:absolute; 
    width: 380px;
    height: 252px;
    top:176px; 
    left:557px; 
	border:2px solid #000;
    }
