/* CSS Document */

#gallery_thumbs {
	min-height: 1px;
	margin: 20px -20px;
	padding: 0;
	}
	
* html #gallery_thumbs {
	height: 1px;
	padding: 0;
	}
	
#gallery_thumbs:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	}
	
#content .gallery_thumb a {
	display: inline;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	padding: 2px;
	margin: 5px;
	color: #666;
	font-size: 11px;
	min-height: 1px;
	}
	
#content .gallery_thumb a:hover {
	border: 1px solid #cc6600;
	}
	
.gallery_thumb img {
	margin: 0;
	display: block;
	}
	
#gallery_image {
	text-align: left;
	padding: 10px 0;
	margin: 10px 0 0;
	}
	
#gallery_image .description {
	margin: 10px 0 0;
	text-align: left;
	color: #333;
	}
	
#gallery_image img {
	background: #fff;
	border: 1px solid #bbb !important;
	padding: 2px;
	margin: 0;
	}
	
.back_link {
	
	}
	
	
/* Gallery Summaries */


#gallery_summaries {
	padding: 0;
	margin: 0 0;
	min-height: 1px;
	}
	
* html #gallery_summaries {
	height: 10px;
	}

.gallery_summary a {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 10px 10px 170px;
	text-decoration: none;
	margin: 10px 0px;
	position: relative;
	min-height: 120px;
	color: #555;
	font-size: 12px;
	line-height: 16px;
	background: url(blank.gif);
	}
	
	
* html .gallery_summary a {
	height: 120px;
	}


	
.gallery_summary .view {
  font-size: 40px;
  color: #ccc;
  position: absolute;
  top: 30px;
  right: 20px;
}
	
.gallery_summary a:hover {
	border-color: #cc6600;
	color: #333;
	text-decoration: none;
	background: #fff;
	}
	
.gallery_summary img {
	position: absolute;
	top: 5px;
	left: 0px;
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff;	
	}
	
.gallery_summary .title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	background: url(benchtop_summary_title.gif) no-repeat right center;
	color: #333;
	}
	
#content .gallery_summary a:hover .title {
	
	}
	
.gallery_summary .more_link {
    display: block;  
    color: #cc6600;
    margin: 5px 0 0 0;
    }