﻿div.gallery-thumbnails table
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 470px;
}

div.gallery-thumbnails table td
{
	background-color: #e6e5e4;
	padding: 10px;
	margin: 0px;	
	border: 8px solid #fff;			
	vertical-align: top;
	width: 50%;
}

div.gallery-thumbnails table td.filler
{
	border: 0;			
	background-color: Transparent;
}

div.gallery-thumbnails table td.first
{
	border-left: 0;			
}

div.gallery-thumbnails table td.last
{
	border-right: 0;
}

div.gallery-thumbnails
{
	overflow: hidden;
	margin: 10px 0px;
  /*width: 470px;*/
}

div.gallery-thumbnails table tr td h6, div.gallery-larger h6
{
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

div.gallery-thumbnails div.view-larger, div.gallery-thumbnails div.view-hires, div.gallery-larger div.view-hires
{
	font-size: 10px;
	font-weight: normal;
	color: #666;
	height: 16px;	
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


div.gallery-thumbnails div.view-larger
{
	margin: 3px 0px;
	background-image: url(../../images/seabird/gallery-view-larger.gif);
}


div.gallery-thumbnails div.view-hires, div.gallery-larger div.view-hires
{
	margin: 3px 0px 0px 0px;
	background-image: url(../../images/seabird/gallery-download-hires.gif);
}

div.view-limit
{
	width: 450px;
	overflow: hidden;
}

div.gallery-larger
{
	width: 450px;
	background-color: #e6e5e4;
	padding: 10px;
}

div.gallery-larger div.back-to-gallery
{
	width: 100%;
}

div.gallery-larger div.back-to-gallery h6
{
	float: left;
	height: 18px;
}

div.gallery-larger div.back-to-gallery a
{
	background-image: url(../../images/seabird/gallery-back-to-gallery.gif);
	display: block;
	width: 93px;
	height: 13px;
	float: right;
	margin-top: 6px;
}

hr.gallery-larger-hr
{
	margin: 5px 0px;
}
