@media screen, projection {
	.photogallery {
		margin: 15px 0;
		width: 380px;
		}
	.photogallery-image {
		float: left;
		width: 100px;
		}
		.photogallery-image img {
			background: #f1f5f8;
			border: 1px solid #8d9ba7;
			padding: 5px;
			}
	.photogallery-text {
		float: right;
		width: 280px;
		}
		.photogallery-text h3 {
			margin-top: 0;
			}
	.photogallery-photo {
		margin: 15px 0;
		}
		.photogallery-photo img {
			background: #f1f5f8;
			border: 1px solid #8d9ba7;
			padding: 5px;
			}
	.photogallery-thumbnails {
		border-top: 1px solid #c2cfda;
		margin: 15px 0;
		padding-top: 5px;
		}
	.photogallery-thumbnail {
		float: left;
		padding: 5px;
		}
		.photogallery-thumbnail img {
			background: #f1f5f8;
			border: 1px solid #8d9ba7;
			padding: 5px;
			}
}
@media print {
	.photogallery {
		margin: 15px 0;
		}
	.photogallery-image {
		display: none;
		}
	.photogallery-text {
		margin: 10px 0;
		}
	.photogallery-photo {
		margin: 15px 0;
		}
		.photogallery-photo img {
			background: #fff;
			border: 1px solid #333;
			padding: 5px;
			}
	.photogallery-thumbnails {
		border-top: 1px solid #333;
		margin: 15px 0;
		padding-top: 5px;
		}
	.photogallery-thumbnail {
		float: left;
		padding: 5px;
		}
		.photogallery-thumbnail img {
			background: #fff;
			border: 1px solid #333;
			padding: 5px;
			}
}