/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{ /*position: relative;*/ 
  width: 565px;
  float: left;
  padding-top: 8px;
  text-align: center;
}

#gallaryOne 
{ 
  position: relative; 
  width: 770px;
  padding-top: 8px;
}

#thumbs 
{ width: 200px; 
  /*float: right;*/
}

#preview 
{ 
	width: 205px; 
  	float: right;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 50px; 
  height: 50px; 
  border: 2px solid #40403E;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{ /*position: absolute;*/ 
  width: 50px; 
  height: 50px; 
  /*right: 196px; 210: so wärs bei 550 px gad richtig !!! */
  /*right: 100px;
  top: 100px; 
  padding: 2px;*/
  /*border: 2px solid #40403E;*/
}

