@charset "utf-8";
/* CSS Document */

/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }
   
   /* The containing box for the gallery. */
#container{
    position:relative; 
    width:695px; 
    height:350px; 
    margin:20px auto 0 auto; 
    /*border:1px solid #aaa;*/ 
	/*background-color: #B2AD96;*/
    }
	
	/* 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: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 solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#container a.slidea {
    background:url(images/empty_mr_t.jpg); 
    height:60px; 
    width:90px;
    }
#container a.slideb {
    background:url(images/cooling_floor_t.jpg); 
    height:60px; 
    width:90px;
    }
#container a.slidec {
    background:url(images/lieberts_t.jpg); 
    height:60px; 
    width:69px;
    }
#container a.slided {
    background:url(images/power_t.jpg); 
    height:60px; 
    width:90px;
    }
* html #container a.slided {
    width:60px; 
    w\idth:90px;
    }
#container a.slidee {
    background:url(images/pwr_install_t.jpg); 
    height:60px; 
    width:71px;
    }
#container a.slidef {
    background:url(images/crate_t.jpg); 
    height:60px; 
    width:88px;
    }
* html #container a.slidef {
    width:60px; 
    w\idth:88px;
    }
#container a.slideg {
    background:url(images/node_delivery_t.jpg); 
    height:60px; 
    width:90px;
    }
#container a.slideh {
    background:url(images/delivery9_28_t.jpg); 
    height:60px; 
    width:90px;
    }
#container a.slidei {
    background:url(images/magnum_asmbly_t.jpg); 
    height:60px; 
    width:69px;
    }
#container a.slidej {
    background:url(images/switch_early_t.jpg); 
    height:60px; 
    width:90px;
    }
#container a.slidek {
    background:url(images/switch1218_t.jpg); 
    height:60px; 
    width:90px;
    }
* html #container a.slidek {
    width:90px; 
    w\idth:60px;
    }
#container a.slidel {
    background:url(images/ranger_blade_t.jpg); 
    height:60px; 
    width:69px;
    }
	#container a.slidem {
    background:url(images/ranger_rack_t.jpg); 
    height:60px; 
    width:42px;
    }
	#container a.sliden {
    background:url(images/ranger_row_t.jpg); 
    height:60px; 
    width:90px;
    }
#container a.slideo {
    background:url(images/rangerMR_t.jpg); 
    height:60px; 
    width:117px;
    }	
	
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:290px; 
    height:340px;
    }
#container li {
    float:left;
    }
	
	/* move the thumbnails into the correct position */
#container ul {
    margin:5px; 
    float:left;
    }
	
	/* 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:372px; 
    height:340px; 
    top:8px; 
    left:310px; 
    color:#000; 
    background:#fff;
    }
	
	#container a.gallery:hover img {
    border:1px solid #fff; 
    float:right; 
    margin-right:5px;
    }
	
	
	#container a.slideb:hover img, #container a.slidei:hover img {
    float:left;
    }
	
	#container {
    background:#fff url(../images/back.jpg) 75px 10px no-repeat;
    }
	
	