/* CSS Image Viewer from CSSplay (www.cssplay.co.uk) */

#gallery 
{
	position: relative;
	width: 656px;
	padding-top: 8px;
	height: 500px;
}

#thumbs 
{ width: 205px; 
  float: right;
}

#thumbs a 
{ display: block; 
  float: right; 
  margin: 1px 0px 3px 10px; 
  width: 50px; 
  height: 50px; 
  border: 2px solid #40403E;
}
#thumbs p 
{
	float: right;
	margin: 50px 0px 3px 10px;
	width: 150px;
}
#thumbs p a
{
	width: 150px;
	border: 0px solid;
}

#thumbs a img 
{ width: 50px; 
  height: 50px; 
  border: 0;
}

#thumbs a:hover {border-color: #ddd;}

#thumbs a:hover img 
{ position: absolute; 
  width: auto; 
  height: auto; 
  right: 196px; 
  top: 8px; 
  padding: 2px;
  border: 2px solid #40403E;
}
.popis {
	width: 410px;
	float: left;
	margin: 10px 10px 0 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 19px;
}
#gallery p {
	margin: 5px;
}
#gallery .back {
	margin: 250px 10px 0 0;
	text-align: right;
	padding: 0;
	font-size: 12px;
}
#gallery .back2 {
	margin: 320px 10px 0 0;
	text-align: right;
	padding: 0;
	font-size: 12px;
}
