/*===== Styles specific to Gallery page(s) =====*/

div#content h2 {
	/*Image replacement - hide from IE-Mac:\*/
	list-style-image:url(../images/headers/gallery.gif);
	width:201px;
	/*end hiding*/
}

p#web-print-menu {
	margin-top:-2.5em; margin-bottom:2.5em;
}
p#web-print-menu a {
	color:#666;
}

ul#gallery-thumbs li {
	display:inline; list-style:none;
	float:left; margin:15px 15px 0 0;
	border:1px solid #FFF;
}
ul#gallery-thumbs li.current-sample {
	border-color:#000;
}
ul#gallery-thumbs:after {
	display:block; clear:both; content:"."; height:0; visibility:hidden;
}

div#gallery-detail {
	clear:both; margin-top:45px;
}
p#gallery-screenshots {
	float:left; width:346px; margin-right:72px;
}
p#gallery-screenshots img {
	display:block; margin-bottom:2em;
}
div#gallery-detail:after {
	display:block; clear:both; content:"."; height:0; visibility:hidden;
}