#gallery
{
  font-size: 1em;
}

#pravidla
{
width: 600px;
}


#gallery .gallery_image
{
  float: left;
  width: 198px;
  height: 184px;
  background-image: url("../../../../templates/brotherhood/images/gallery_img.gif");
  margin: 2px;
  padding: 1px;
}

#gallery .gallery_image a
{
  float: left;
  border: 1px solid transparent;  
}

#gallery .gallery_image img
{
  margin: 3px;
  width: 190px;
  height: 142px;
}

#gallery .gallery_image a:hover
{
  border: 1px solid #e0c0a5;
} 

#gallery .gallery_image .title
{
  padding: 1px 3px 2px 3px;
}

#gallery .gallery_image .author
{
  float: right;
  padding: 2px 3px 1px 3px;
}

#gallery table.pages
{
  clear: both;
	width: 100%;
	font-size: 1em;
}

#gallery table td.left
{
	text-align: left;
	width: 80px;
}

#gallery table td.center
{
	text-align: center;
	width: 65%;
}

#gallery table td.right
{
	text-align: right;
	width: 80px;
}