/* slideshow (imgrss) */

table#imgrsstable {
   /* container */
   padding: 0;
   margin: 0 auto 0 auto;
   }    
   
div#vwr {
   /*position: relative;*/
   margin: 0 0 0 5px;
   /*width: 407px;*/
   width: 160px;
   /*height: 407px;*/
   height: 120px;
   background-color: #fff;
   overflow: hidden;
   }

div#vwrcue {
   display: none; 
   width: 160px;  
   height: 120px;
   overflow: hidden;
   }

div#vwr2 {
   /*position: relative;*/
   margin: 2px 0 0 0;
   width: 401px;
   /*width: 160px;*/
   height: 401px;
   /*height: 120px;*/
   background-color: #fff;
   }
   
div#imgrsscontrols {
   margin: 5px 0 0 0;
   background-color: #fff;
   width: 186px;
   height: 22px;
   padding: 0 0 0 0px;
   }

div#imgrsscaption {
   margin: 5px auto 0 auto; 
   font-style: italic;
   font-size: .9em;
   }

div#imgrssfrm {
   /*position: relative;*/
   margin: 2px 0 10px 15px;
   
   }
   
div#imgrssthumbs {
   position: relative;
   width: 210px;
   margin: 0 0 10px 10px;
   height: 400px;
   overflow: auto;
   }        
   
div.galleryeachthmb {
   float: left;
   padding: 5px;
   }

  
