/* CSS Document:furniture */

/* The containing box for the gallery. */
#container {
    position:relative; 
    width:600px; 
    height:500px; 
    margin:20px auto 10px auto;}

/* Removing the list bullets and indentation */
#container ul {
	padding:0 0 0 25px;
	margin:0;  
    border-right:5px solid #000;
	border-left:1px solid #ff2f02;
    list-style-type:none;
	width:auto; 
    height:80px;}
#container li {float:left;}

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

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px dashed #ff2f02; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
	
#container a.gallery {height:54px; width:32px;}

#container a.slidea {background:url(/images/chair1thumb.gif);}
#container a.slideb {background:url(/images/chair2thumb.gif);}
	
/* change the thumbnail border color */
#container a.gallery:hover {
	border-top:1px solid #000;
	border-right:1px solid #fff;
	border-bottom:1px solid #ff2f02;
	border-left:1px solid #fff;}
	
/* styling the :hover span | shows image in the space provided */
#container a.gallery:hover span {
    position:absolute; 
    width:400px; 
    height:auto; 
    top:80px;    
    color:#000; 
    background:#fff;}

#container a.gallery:hover img {
    border:2px solid #000;
	padding:1px;}