/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ position: relative; 
  width: 1010px;
  padding-top: 8px;
}

#thumbs 
{ width: 320px; 
  float: right;
}

#thumbs a 
{ display: block; 
  float: left; 
  margin: 1px 0px 3px 10px; 
  width: 40px; 
  height: 32px; 
  border: 2px solid #40403E;
}

#thumbs a img 
{ width: 40px; 
  height: 32px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{ position: absolute; 
  width: 640px; 
  height: 480px; 
  left: 25px; 
  top: 10px; 
  padding: 2px;
  border: 2px solid #40403E;
}

/* Copy from style.css */
/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0px 5px 20px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 2px solid;
  font-size: 150%;
}

.sub
{ font-size: 55%;
  padding-left: 12px; 
  letter-spacing: .1em;
}

/* Copy from colour.css */

body
{ background: #2C2C2A;
  color: #929280;
}


