

/* default elements */
<style type="text/css">
/* needed for IE to make :active state work first time */
a, a:visited {color:#000;}

/* common styling for all galleries */
a.gallery, a.gallery:visited {display:block; display:inline-block; color:#000; text-decoration:none; border:1px solid #000; width:75px; height:47px; float:left; margin:4px; z-index:50;}
a.slidea {background:url(tents/custom/1s.jpg);}
a.slideb {background:url(tents/custom/2s.jpg);}
a.slidec {background:url(tents/custom/3s.jpg);}
a.slided {background:url(tents/custom/4s.jpg);}
a.slidee {background:url(tents/custom/5s.jpg);}
a.slidef {background:url(tents/custom/6s.jpg);}
a.slideg {background:url(tents/custom/7s.jpg);}
a.slideh {background:url(tents/custom/8s.jpg);}
a.slidei {background:url(tents/custom/9s.jpg);}
a.slidej {background:url(tents/custom/10s.jpg);}
a.gallery em, a.gallery span {display:none;}
a.gallery:hover {border:1px solid #fff;}

a.slidea em {background:url(tents/custom/1.jpg) 5px 5px  no-repeat;}
a.slideb em {background:url(tents/custom/2.jpg) 5px 5px  no-repeat;}
a.slidec em {background:url(tents/custom/3.jpg) 5px 5px  no-repeat;}
a.slided em {background:url(tents/custom/4.jpg) 5px 5px  no-repeat;}
a.slidee em {background:url(tents/custom/5.jpg) 5px 5px  no-repeat;}
a.slidef em {background:url(tents/custom/6.jpg) 5px 5px  no-repeat;}
a.slideg em {background:url(tents/custom/7.jpg) 5px 5px  no-repeat;}
a.slideh em {background:url(tents/custom/8.jpg) 5px 5px  no-repeat;}
a.slidei em {background:url(tents/custom/9.jpg) 5px 5px  no-repeat;}
a.slidej em {background:url(tents/custom/10.jpg) 5px 5px  no-repeat;}


/* styling for RIGHT gallery */
#container_right {position:relative; width:600px; height:320px; background:#999999; border:1px solid #a49188; margin:1em auto;}
#container_right img {border:0;}
#container_right .thumbs {width:170px; position:absolute; right:0; top:0;}
#container_right a.gallery:hover span {display:block; position:absolute; width:402px; height:50px; top:265px; left:-430px; padding:5px; font-style:italic; color:#fff;  z-index:100;}
#container_right a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#container_right a.gallery:active, #container_right a.gallery:focus {border:1px solid #000;}
#container_right a.gallery:active em, #container_right a.gallery:focus em {display:block; position:absolute; width:402px; height:250px; top:5px; left:-425px; color:#000; padding:5px; border:1px solid #3d330f; z-index:50;}
#container_right h1 {clear:both; margin:0; padding-top:80px; padding-left:50px; width:300px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#container_right h1 em {font-size:0.6em; color:#000;}


/* styling for BOTTOM gallery */
#container_bottom {position:relative; width:425px; height:425px; background:#999999; border:1px solid #a49188; margin:1em auto;}
#container_bottom img {border:0;}
#container_bottom .thumbs {position:absolute; left:0; bottom:0; height:114px;}
#container_bottom a.gallery:hover span {display:block; position:absolute; width:402px; height:50px; top:-45px; left:5px; padding:5px; font-style:italic; color:#fff;  z-index:100;}
#container_bottom a.gallery:hover span:first-line {font-style:normal; font-weight:bold; font-size:1.1em; color:#000;}
#container_bottom a.gallery:active, #container_bottom a.gallery:focus {border:1px solid #000;}
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {display:block; position:absolute; width:402px; height:250px; top:-305px; left:5px; color:#000; padding:5px; border:1px solid #3d330f; z-index:50;}
#container_bottom h1 {clear:both; margin:0; padding-top:80px; text-align:center; font-family: georgia, "times new roman", serif; font-size:3em; font-weight:normal; color:#fff;}
#container_bottom h1 em {font-size:0.6em; color:#000;}


</style>