
	/* ------ hover image gallery ------- */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/articles/gallery/examples/gallery.html.
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

  #lt_pane    {   /*for Gallery only */
    position:relative; 
    width:98%; 
    height:620px; /* default 396px */
    margin:0px auto 0 auto; /* IMPT margin was 20px top - reduced for quickview tip */
    border:1px solid #aaa; 
	}

  #lt_pane a:hover  {				   
	text-decoration: none;
	} 

   #lt_pane ul   {
	list-style:  none;
	padding: 0;
	margin: 0;
	}
   
#lt_pane a.gallery span {  /* Remove the images and text from sight */
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }

/* Adding the thumbnail images */
#lt_pane a.gallery, #lt_pane a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;  
    }

/* set the size of the unordered list to neatly house the thumbnails */
#lt_pane ul {
    width:198px; 
    height:386px;
    }

#lt_pane li {
    float:left;
    }

/* move the thumbnails into the correct position */
#lt_pane ul {
    margin:5px; 
    float:right;
    }

/* change the thumbnail border color */
#lt_pane a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#lt_pane a.gallery:hover span {
    position:absolute; 
    width:372px; 
    height:372px; 
    top:10px; 
    left:75px; /*default 75px */
    color:#000; 
    background:#fff;
    }

/*styling the :hover span for dbl wide images -- nbs*/
#lt_pane a.gallery:hover span.wide {
	position:absolute; 
	width:500px;  /* impt */
	height:600px; 
	left: 0px;
	padding-left: 15px; 
	font-size: .9em;
	}

#lt_pane a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right: 5px;
    }

#lt_pane a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

#lt_pane {   /* adds image for lt pane main heading, ex chairs */
    background:#fff url(images/bases/bases_titlepg_dbl.jpg) 0px 10px no-repeat;
    }

 
  /* Outdoor Table Bases Thumbnail Slides  */

 #lt_pane a.slidea {  /*orig thb wo text was 93h 60w  */
    background:url(images-css/bases/table-base-july3-THB.jpg); 
    height:117px; 
    width:60px;
	}
    
 #lt_pane a.slideb {
    background:url(images-css/bases/table-base-july4-THB.jpg); 
    height:117px; 
    width:60px;
    }
#lt_pane a.slidec {
    background:url(images-css/bases/table-base-tt105-CA-THB.jpg); 
    background-repeat: no-repeat; 
    height:117px; 
    width:60px;
    }
#lt_pane a.slided {
    background:url(images-css/bases/table-base-tt102-CA-THB.jpg); 
    height:117px; 
    width:60px;
    }

#lt_pane a.slidee {
    background:url(images-css/bases/table-base-tt106-CA-THB.jpg); 
    height:117px; 
    width:60px;
    }

#lt_pane a.slidef {
    background:url(images-css/bases/table-base-tt106-ca-ext-THB.jpg);
    background-repeat: no-repeat;  
    height:117px; 
    width:60px;
    }

#lt_pane a.slidek {
    background:url(images-css/table-tops-THB.jpg); 
    background-repeat: no-repeat;  
    height:117px; 
    width:60px;
    }



 * html #lt_pane a.slidef { 
    width:91px; 
    w\idth:93px;
    }

#lt_pane a.slidel {
    background:url(images-css/bases/more-bases-THB.jpg);
    background-repeat: no-repeat; 
    height:117px; 
    width:60px;
    }