#content{
	background:none;
}
#content .body{
	background:none;
	padding:0px 20px;
	color:#bacaca;
}
#content .body h1{
	display:none;
}
#gallery #types{
	margin-bottom:35px;
	padding-bottom:1px;
	font-size:1.5em;
	height:35px;
	border-bottom:1px solid #5b6161;
	padding-left:123px;
}
#gallery #types a{
	color:#d3dab9;
	display:block;
	width:200px;
	text-align:center;
	float:left;
	padding:5px 0px;
	height:25px;
}
#gallery #types a:hover{
	border-bottom:3px solid #5b6161;
}
#gallery #types a.selected{
	color:#FFF;
	border-bottom:5px solid #5b6161;
}
#thumbs{
	width:270px;
	margin-right:20px;
	float:left;
	clear:left;
}
#thumbs li{
	display:none;
	width:70px;
	height:70px;
	float:left;
	margin:0px 20px 5px 0px;
	text-align:center;
	cursor:pointer;
}
#thumbs li .caption{
	display:none;
}
#thumbs li img{
	background:url(/assets/images/content/gallery/thumbshadow.png) bottom right;
	padding:1px 5px 6px 1px;
}
#thumbs.quartz .quartz,#thumbs.natural .natural,#thumbs.green .green{
	display:block;
}
#large{
	width:570px;
	float:left;
	position:relative
}
#large img{
	border:1px solid #c1d6d6;
}
#large h3{
	position:absolute;
	top:1px;
	left:1px;
	padding:5px 10px;
	width:548px;
	background-color:#242828;
	opacity:0.9;
	filter:alpha(opacity='90');
	font-weight:bold;
	font-size:1.5em;
}