#gallery 
{ position: relative; 
  width: 750px;
  padding-top: 8px;
}

/* Controls Portrait Thumbnails */
#thumbs_p 
{ width: 205px; 
  float: right;
}

#thumbs_p  a 
{ display: block;
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 40px; 
  height: 60px; 
  border: 2px solid #40403E;
}

#thumbs_p  a img 
{ width: 40px; 
  height: 60px; 
  border: 0;
}

#thumbs_p  a:hover 
{ border-color: #DDD;
}

#thumbs_p  a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 250px; 
  top: 8px; 
  padding: 2px;
  border: 2px solid #40403E;
}


/* Controls Landscape Thumbnails */
#thumbs_l 
{ width: 205px;
}

#thumbs_l a 
{ display: block; 
  float: right; 
  margin: 1px 5px 3px 0; 
  width: 60px; 
  height: 40px; 
  border: 2px solid #40403E;
}

#thumbs_l a img 
{ width: 60px; 
  height: 40px; 
  border: 0;
}

#thumbs_l a:hover 
{ border-color: #DDD;
}

#thumbs_l a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 196px; 
  top: 8px; 
  padding: 2px;
  border: 2px solid #40403E;
}