/*Photo orientation*/ 
.photoRight img, .photoLeft img, .photoBottom img {
	z-index: 5;
    display: block;
	border: solid 1px #000;
	margin-bottom: .3em
}
img.NoBorder { border: 0 !important;}
.photoBottom {
	float: none;
	margin: .3em 0 0 0 !important;
	padding: 0;
	border: 0 !important;
}
div.photoBottom {margin: .3em 0 1em 0; 	width: auto;}
.photoLeft {
	position: relative;
	float: left;
	margin: .3em 1.3em .3em 0 !important;
	border: 0 !important;
}
div.photoLeft {	width: auto; margin-top: .3em;}

.photoRight {
	position: relative;
	float: right;
	margin: .3em 0 .5em 1em;
	border: 0 !important;
}
div.photoRight {width: auto; margin-top: .4em;}
table.photoRight td, table.photoLeft td, table.photoBottom td, .photoRight p, .photoLeft p, .photoBottom p, p.cutline {
	font-weight: normal;
	font-size: .9em;
	line-height: 140%;
	vertical-align: top;
	margin: 0 0 .3em 0 !important;
	border: 0 !important;
	color: #757062;
	padding: 0;
}
img a {border: solid 1px #000;}
.enlarge, p.enlarge {
	clear: both;
	text-align: left;
	margin: 0 0 3px 0 !important;
	white-space: nowrap;
}
.enlarge a, .enlarge a img { border: 0 !important}
td.enlarge {text-align: center !important;}
.enlarge a:link, .enlarge a:visited {
	background: url(/cs/groups/code/@system/documents/webasset/img_view_lrg.gif) no-repeat right 3px;
	padding-right: 15px;
	padding-top: 2px;
	border-bottom: 0 !important;
	font-size: .95em;
	text-decoration: none;
	color: #039;}
/*end photos*/