
#h3Collections, #ulCollections, #pSignUpForum, #menu, #footerLeftImage, #footerRightImage, #footer ul,
#imagePreview a, #bodyPhotoGallery a { display: none; }

#bodyPhotoGallery p.pushFooter a { display: inline; }
#bodyPhotoGallery p.pushFooter a:after { content: " (" attr(href) ") "; }

#imagePreview {padding: 0!important;}

#intro { font-size: 90%; font-style: italic; }

#bodyAbout #intro { display: none; }

h1, #footer p { text-align: center; } 

/* PRODUCTS STYLES */
ul.products, #bodyProducts h3
{
	position: relative;
	z-index: 20;
}

#bodyProducts h3  
{
	clear: left;
}

ul.products { margin: 1em auto 0; padding-left: 10px;}
ul.products li 
{
	float: left;
	margin: 10px;
	display: inline;
}

 ul.products li a
{
	display: block;
}
ul.products li img{ display: block; border: 1px solid #99242a; }
#bodyImagePreview  img { border: 1px solid #99242a; margin: 15px 0;}
#bodyImagePreview a {font-size: 80%;}

ul.products:after
{
	content:".";
	display: block;
	clear:both;
	font-size:0;
	height:0;
	visibility:hidden;
}