/* CSS Document */

#gallery_thumbs {
	background: #103155;
	min-height: 1px;
	margin: 10px 0px;
	padding: 5px 5px 20px;
	width:517px;
	}
	
* html #gallery_thumbs {
	height: 1px;
	padding: 5px 0 20px;
	}
	
#gallery_thumbs:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	}
	
#content .gallery_thumb a {
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	width: 150px;
	padding: 5px;
	height: 150px;
	margin: 5px;
	color: #666;
	font-size: 11px;
	}
	
#content .gallery_thumb a:hover {
	border: 1px solid #4CBBED;
	text-decoration:none;
	color:#4CBBED;
	}
	
.gallery_thumb img {
	margin: 0 0 5px 0;
	display:block;
	}
	
#gallery_image {
	background: #133E6E;
	padding: 10px 0;
	margin: 10px 0;
	}
	
#gallery_image .description {
	margin: 10px 20px;
	text-align: left;
	display:none;
	}
	
#gallery_image img {
	background: #fff;
	border: 1px solid #ddd !important;
	padding: 5px;
	margin: 0;
	}
	
.back_link {
	padding-left: 15px;
	background: url(back_link.gif) no-repeat left center;
	}
	
	
/* Gallery Summaries */


#gallery_summaries {
	padding: 0;
	margin: 10px 0;
	min-height: 1px;
	}
	
* html #gallery_summaries {
	height: 10px;
	}

#content .gallery_summary{
	width:145px;
	float:left;
	margin:0 15px 15px 0
	}

#content .gallery_summary a {
	display: block;
	background: #103155;
	border: 1px solid #ffffff;
	padding: 10px;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	position: relative;
	min-height: 110px;
	color: #ffffff;
	font-size: 11px;
	width:145px;
	height:145px;
	overflow:hidden;
	}


* html .gallery_summary a {
	height: 145px;
	}
	
#content .gallery_summary a:hover {
	border: 1px solid #4CBBED;
	color: #ffffff;
	}
	
.gallery_summary img {
	border:none !important;
	}
	
.gallery_summary .title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0px 0;
	background: url(benchtop_summary_title.gif) no-repeat right center;
	}
	
.gallery_summary .more_link {
    display: block;  
    color: #4CBBED;
    margin: 0px 0 0 0;
    }
 
#content .gallery_summary a:hover .more_link {
	text-decoration:underline;
	}
	
#square{
    height:250px;
    width:250px;
    background:#ffffff url(loader.gif)no-repeat center center;
    position:fixed;
    top:0;
    display:none;
    border:solid 1px #FFF;
    z-index:999;
    overflow:hidden;
}

#square img{
	border:none;
}