#gallery {width:570px;}  /*was 750*/
#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; right:185px; top:0; width:auto; height:auto; border:1px solid #000;}

/* defaults required for IE */
/*a, a:visited, a:hover, a:active, a:focus {color:#000;}*/

#holderc {position:relative; background:transparent url(../images/chefstable/chefstable1.jpg) 20px 0 no-repeat; margin-bottom:10px; /*width:750px;*/ width:540px; height:336px;}
#scrollbox {padding:0; margin:0; width:115px; list-style:none; height:337px; overflow:auto; float:right;}
#scrollbox li {float:left;}

#scrollbox a {display:block; color:#999; text-decoration:none; border:1px solid #333; width:75px; height:56px; float:left; padding:5px;}

#scrollbox a.slide1c {background:url(../images/chefstable/chefstable1s.jpg) no-repeat center center;}
#scrollbox a.slide2c {background:url(../images/chefstable/chefstable2s.jpg) no-repeat center center;}
#scrollbox a.slide3c {background:url(../images/chefstable/chefstable3s.jpg) no-repeat center center;}
#scrollbox a.slide4c {background:url(../images/chefstable/chefstable4s.jpg) no-repeat center center;}


#scrollbox a span {display:block; position:absolute; left:-9999px; top:0;}
#scrollbox a span img {border:0;}

#scrollbox a:hover {border:1px solid #888;}
#scrollbox a:hover span {width:392px; height:337px; left:20px; background:#fff; z-index:100;}

#scrollbox a:active {border:1px solid #000;}
#scrollbox a:focus {border:1px solid #000; outline:0;}

* html #scrollbox a:active span {width:392px; height:337px; top:0; left:20px; color:#000; background:#fff; z-index:-1;}
#scrollbox a:focus span {width:392px; height:337px; top:0; left:20px; color:#000; background:#fff; z-index:10; outline:0;}


