@media screen {

	/* altering to inherited global style definitions */

	#page-content h1,
	#page-content h2.h1-style {
		margin: 25px 0px 20px 0px;
		padding: 0px 0px 0px 25px;
		background: url(/_design/photo-galleries/h1-bullet.jpg) no-repeat scroll 2px 2px;
		font-size: 18px;
	}

	.section-header {
		background-image: url(/_design/photo-galleries/photo-galleries-header.jpg);
	}

	#page-content .thumbnails {
		width: 100%;
		margin: 10px 0px;
		padding: 0px;
		float: left;
		overflow: hidden;
	}

	#page-content .thumbnails ul {
		display: inline;
		float: left;
		margin: 0px;
		padding: 0px;
		cursor: pointer;
	}

	#page-content .thumbnails ul li {
		width: 145px;
		height: 140px;
		display: inline;
		float: left;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	#page-content .thumbnails ul li a {
		background-image: url(/_design/photo-galleries/thumbnail-bg.jpg);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		margin-left: 5px;
		margin-top: 5px;
		float: left;
		width: 140px;
		height: 135px;
		text-decoration: none;
	}

	#page-content .thumbnails ul li a:hover {
		background-position: 0px -135px;
	}

	#page-content .thumbnails .text-frame {
		height: 30px;
		width: 130px;
		float: left;
		cursor: pointer;
		overflow: hidden;
		line-height: normal;
	}

	#page-content .thumbnails .text-frame strong {
		margin: 10px 0px 0px 0px;
		padding: 0px 2px 6px 25px;
		background: url(/_design/photo-galleries/thumbnail-strong-arrow.jpg) no-repeat scroll 10px 2px;
		font-weight: normal;
		font-size: 10px;
		line-height: 11px;
		text-decoration: underline;
		display: block;
		float: left;
	}

	#page-content .thumbnails .text-frame strong.more-high {
		margin: 6px 0px 4px 0px;
	}

	#page-content .thumbnails ul li a img {
		margin-top: 7px;
		margin-left: 12px;
		border: none;
	}

}

@media print {

	#page-content h2,
	#page-content h3,
	#page-content p,
	#page-content div {
		display: none;
	}

}
