/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ position: relative; 
  width: 796px;  
  height: 600px;
 
  padding-top: 8px;
}


#SingleImage 
{ position: relative; 
  width: 1024px;  
  height: 600px;
   padding-top: 8px;
}


#thumbs 
{ width: 305px; 
  float: right;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 80px; 
  height: 60px; 
  border: 2px solid #40403E;
}

#thumbs a img 
{ width: 80px; 
  height: 60px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}



#thumbs a:hover img  
{ position: absolute; 
  width: 480px; 
  height: auto; 
  right: 300px; 
  top: 38px; 
  padding: 2px;
  border: 2px solid #40403E;
}

#Fix a img 
{ position: absolute; 
  width: 480px; 
  height: auto; 
  right: 302px; 
  top: 40px; 
  padding: 0px;
 border: 2px solid #2C2C2A;
  /*border: 2px solid #40403E;*/
}


#FixBig a img 
{ position: absolute; 
  width: 700; 
  height: auto; 
  left: 40px; 
  top: 38px; 
  padding: 2px;
  /*border: 2px solid #40403E;*/
}

