/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ position: relative; 
  width: 200px;
  padding-left: 40px;
}

#thumbs 
{ width: 200px; 
  float: left;
}

#thumbs a 
{ display: block; 
  float: left; 
  width: 50px; 
  height: 50px; 
  border: 1px solid #000;
  margin-right: 10px;
  background: #000;

}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}
#thumbs a:hover {border-color: #fff;}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  left: 266px; 
  top: 18px;
}

#thumbs b 
{ display: block; 
  float: left; 
  width: 10px; 
  height: 10px; 
}
#thumbs1 
{ width: 200px; 
  float: left;
}

#thumbs1 a 
{ display: block; 
  float: left; 
  width: 50px; 
  height: 50px; 
  border: 1px solid #000;
  background: #000;
}
#thumbs1 a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}
#thumbs1 a:hover {border-color: #fff;}

#thumbs1 a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  left: 266px; 
  top: 18px;
}
#thumbs1 b 
{ display: block; 
  float: left; 
  width: 10px; 
  height: 10px; 
  padding-top: 20px;
}
#arrow {
	padding-left: 20px;
}
#arrow a{
	padding-left: 52px;
}
#arrowleft {
	padding-left: 20px;
}
#flame{
}
