/*layout*/
div#container {
 position:relative;
 width:690px;
 height:270px;
 margin:5px auto 0 auto;
/* border:1px solid #aaa; */
 background:#fff url(bed/breakfast/images/BandB6.JPG) 5px 5px no-repeat;
}
/* Removing the list bullets and indentation - add size - and position */
div#container ul {width:320px; height:265px; padding:5px 0 0 0;  margin:5px; list-style-type:none; float:right;}
div#container li {float:left;}

/* Remove the images and text from sight */
div#container a.gallery span {position:absolute; width:1px; height:1px; top:255px; left:330px; overflow:hidden; background:#000;}

/* Adding the thumbnail images */
div#container a.gallery, div#container a.gallery:visited {display:block; color:#000; text-decoration:none; border:1px solid #ffe; margin:1px 2px 1px 2px; text-align:left; cursor:default;}
div#container a.slidea {background:url(bed/breakfast/images/BandB6_th.JPG);height:77px; width:100px;}
div#container a.slideb {background:url(bed/breakfast/images/BandB8_th.JPG);height:77px; width:100px;}
div#container a.slidec {background:url(bed/breakfast/images/BandB14_th.JPG);height:77px; width:100px;}
div#container a.slided {background:url(bed/breakfast/images/BandB9_th.JPG);height:77px; width:100px;}
div#container a.slidee {background:url(bed/breakfast/images/BandB10_th.JPG);height:77px; width:100px;}
div#container a.slidef {background:url(bed/breakfast/images/BandB1_th.JPG);height:77px; width:100px;}
div#container a.slideg {background:url(bed/breakfast/images/BandB5_th.JPG);height:77px; width:100px;}
div#container a.slideh {background:url(bed/breakfast/images/BandBparlour_th.JPG);height:77px; width:100px;}
div#container a.slidei {background:url(bed/breakfast/images/BandBCourtyard_th.JPG);height:77px; width:100px;}

/* styling the hovers */
div#container a.gallery:hover {border:1px solid #fff;}
div#container a.gallery:hover span {position:absolute; width:330px; height:265px; top:5px; left:5px; color:#000; background:#fff;}
div#container a.gallery:hover img {border:1px solid #fff; float:left; margin-right:5px;}


