/*
	George Sherlock CSS
*/

#myGallery {
	margin-bottom:			15px;
}

.notext {
	overflow:				hidden;
	text-indent:			-1000px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

.product-list .product {
	float:					left;
	width:					136px;
	height:					200px;
	margin-right:			5px;
}

.product-list .product .link-img {
	display:				block;
	text-align:				center;
	height:					100px;
	margin-bottom:			5px;
}

.breadcrumb {
	font-size:				8pt;
	color:					#fff;
	padding-bottom:			6px;
	padding-right:			20px;
	text-align:				right;
}

.breadcrumb a {
	text-decoration:		none;
	color:					#fff;
}

.right {
	display:				block;
	clear:					both;
	text-align:				right;
}

.link {
	text-decoration:		none;
	color:					#fff;
	font-size:				9pt;
}
