div#content
{
  margin-left: 570px;
}

div#gallery_details_stretch
{
  float: right;
  height: 270px;
}

div#gallery_left_col
{
  position: absolute;
  top: 65px;
  left: 320px;
  width: 220px;
  
  color: #525252;
}

div#gallery_left_col a
{
  color: #525252;
  text-decoration: none;
}

div#gallery_left_col a:hover
{
  color: #ba0000;
}

div#gallery_thumb
{
  text-align: center;
}

div#gallery_thumb img
{
  display: block;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  
  border: 1px solid #ddd;
  background-color: #fff;
}

div#gallery_no_img_placeholder
{
	width: 220px;
	height: 270px;
}

div#gallery_no_img_placeholder p
{
	padding-top: 120px;
}

table#gallery_page_nav
{
  margin-top: 20px;
}

div#popup_content
{
	position: relative;
}

div#popup_content a
{
  margin: 10px;
	display: block;
	
	text-align: center;
	color: #525252;
}

div#popup_content a:hover
{
  color: #ba0000;
  text-decoration: underline;
}