/* choose a suitable font and center the #photocontainer div in Internet Explorer */
body {
   text-align:center; 
   font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif; 
   font-size:100%; 
   
   }
   
   h2 {font-size: 100%;}

/* The containing box for the gallery. */
#photocontainer
{
	position: relative;
	width: 660px;
	height: 400px;
	margin: 0px auto 0 auto;
	
}
    
    #navcontainer { 
font-size : 125%;
} 

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

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

/* Adding the thumbnail images */
#photocontainer a.gallery, #photocontainer a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 5px; 
    text-align:left; 
    cursor:default;
    }
#photocontainer a.slidea
{
	height: 65px;
	width: 100px;
	background-image: url(thumbnails/dayrm2.jpg);
}


#photocontainer a.slideb
{
	height: 65px;
	width: 100px;
	background-image: url(thumbnails/diningroom.jpg);
}

#photocontainer a.slidec
{
	height: 65px;
	width: 100px;
	background-image: url(thumbnails/flagrm.jpg);
}

#photocontainer a.slided
{height: 65px;
	width: 100px;
	background-image: url(thumbnails/twinrm.jpg);
	
}

#photocontainer a.slidee
{
	height: 65px;
	width: 100px;
	background-image: url(thumbnails/limeroom.jpg);
}


#photocontainer a.slidef
{
	height: 65px;
	width: 100px;
	background-image: url(thumbnails/breakfastthumb.jpg);
}



/* set the size of the unordered list to neatly house the thumbnails */
#photocontainer ul {
    width:720px; 
    height:386px;
    }
#photocontainer li {
    float:left;
    }

/* move the thumbnails into the correct position */
#photocontainer ul {
    margin:5px; 
    float:right;
    }

/* change the thumbnail border color */
#photocontainer a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#photocontainer a.gallery:hover span {
    position:absolute; 
    width:500px; 
    height:325px; 
    top:120px; 
    left: 50px; 
    color:#000; 
    background-color:inherit;
    }

#photocontainer a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }
    
    /* place a background image in the blank space */
#photocontainer
{
	background-color: inherit;
	background-image: url(images/sign_sm.jpg);
	background-repeat: no-repeat;
	background-position: 80px 132px;
}

#photocontainer_nobg
{
background-color: inherit;}

#container
{
	background-color: inherit;
	background-image: url(images/content_bg1.gif);
}