﻿/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#bodyTekst 
{ position: relative; 
  width: 956px;
  padding-top: 8px;
}

#thumbs 
{ width: 170px; 
  float: right;
  margin-right:8px;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 15px 0px 0px 10px; 
  width: 60px; 
  height: 50px; 
  border: 2px solid #40403E;
}

#thumbs a img 
{ width: 60px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {border-color: #FFCC66;}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 250px; 
  top: 20px; 
  padding: 2px;
  border: 2px solid #40403E;
}

