#fullsize {position:relative; /*idth:500px; height:300px;*/ padding:2px; border:1px solid #ccc;min-height:300px;align-items: center;vertical-align: middle}
.imgnav {position:absolute; width:5%; height:100%;/*306px;*/ cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/scroll-left.gif) left center no-repeat;background-color:#fff;}
#imgprev:hover {left:0; background:url(images/scroll-left.gif) left center no-repeat;background-color:#ccc;}
#imgnext {right:0; background:url(images/scroll-right.gif) right center no-repeat;background-color:#fff;}
#imgnext:hover {right:0; background:url(images/scroll-right.gif) right center no-repeat;background-color:#ccc;}

.pborder {
	padding:5px;
	border:1px solid #aaa;
	border-radius:3px;
}
.pborder2 {
	padding:7px;
	border:1px solid #aaa;
	border-radius:5px;
}
.pborder3 {
	padding:10px;
	border:1px solid #aaa;
	border-radius:7px;
}

.ph_title {
	font-size:12px;
	color:#222;
	display:block;
	margin-top:7px;
	margin-bottom:2px;
}
.ph_full_link {
	color:#000;
	display:inline-block;
	margin-bottom:3px;
	font-size:13px;
}
#phot_titl {
	font-weight:bold;
}