/* CSS Document */


/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center;  
   letter-spacing:0.05em;
   }
   
 /* The containing box for the gallery. */
#container { 
    width:800px; 
    height:550px; 
    margin:0 auto 0 auto; 
    border:1px solid #aaa; 
	float: left;
    }

/* 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:200px; 
    left:200px; 
    overflow:hidden; 
    background:#707a60;
    }

/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(images/extensiontn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideb {
    background:url(images/plugtn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidec {
    background:url(images/hinge3tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slided {
    background:url(images/hinge4tn.jpg); 
    height:60px; 
    width:93px;
    }
	
#container a.slidee {
    background:url(images/hinge5tn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidef {
    background:url(images/hingeoldnewtn.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slidef {
    width:60px; 
    w\idth:93px;
    }
#container a.slideg {
    background:url(images/knifetn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideh {
    background:url(images/pullerarmtn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidei {
    background:url(images/pullerassytn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidej {
    background:url(images/tealightstn.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidek {
    background:url(images/thumbnail11.jpg); 
    height:60px; 
    width:93px;
    }
* html #container a.slidek {
    width:60px; 
    w\idth:93px;
    }
#container a.slidel {
    background:url(images/thumbnail12.jpg); 
    height:60px; 
    width:93px;
    }

#container a.slidem {
    background:url(images/thumbnail13.jpg); 
    height:60px; 
    width:93px;
    }
	
#container a.sliden {
    background:url(images/thumbnail14.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slideo{
    background:url(images/thumbnail15.jpg); 
    height:60px; 
    width:93px;
    }
#container a.slidep{
    background:url(images/thumbnail16.jpg); 
    height:60px; 
    width:93px;
    }


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

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

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

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute; 
    width:510px; 
    height:450px; 
    top:175px; 
    left:17%; 
    color:#000; 
    background:#fff;
    }

#container a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

#container {
    background:#fff url(images/hingeclose.jpg) 60px 60px no-repeat;
	}	
	
#container h5{
font-size: 75%;
margin: 0; 
padding: 0;
}

#container h5 a{
color: #433229;
text-decoration: none;
}

#container h5 a:hover{
color: #9b212c;
}

