.pagePhotoRight {
	padding-left: 15px;
	padding-bottom: 10px;
}

.pagePhotoLeft {
	padding-right: 15px;
	padding-bottom: 10px;
}

.Photo{
/*	width: auto;
	min-height: auto;
	height: auto;
	float:right;
	position: absolute;
	top: 25px;
	left: 515px;
*/
	border-top: 3px solid #b0b1b3;
	border-right: 1px solid #d7d8d9;
	border-bottom: 1px solid #d7d8d9;
	border-left: 1px solid #d7d8d9;
	padding: 2px;
}

div.pagePhotoRight {
	padding-left: 15px;
	padding-bottom: 10px;
	float: right;
}

.imageShadow, .imageShadowMember
{
	float:left;
	background: url(../images/Backgrounds/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/Backgrounds/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.imageShadowMember
{
	background: url(../images/Backgrounds/shadowAlphaMember.png) no-repeat bottom right !important;
	background: url(../images/Backgrounds/shadowMember.gif) no-repeat bottom right;
}

.imageShadow img, .imageShadowMember img
{
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #A0A9A9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/*
*html .imageShadowMember
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/Backgrounds/shadowAlphaMember.png', sizingMethod='scale'); 
}*/

.imageFrame img {
	background-color: #FFFFFF;
	border: 1px solid #a0aab6;
	padding: 4px;
}

.photoTable		/* used on Photos/Photo_Popup.aspx */
{
	padding: 10px 20px 0px 20px;
	background-color: #FFFFFF;
}

.photoContainer	/*used on Photos/PhotoAlbumDetail.aspx */
{
	position: relative; 
	height: 100%; 
	width: 100%; 
	text-align: left;
}

.photoCaption	/*used on Photos/PhotoAlbumDetail.aspx */
{
	clear: both;
}

.photoButton	/*used on Photos/PhotoSlideShow.aspx */
{
	cursor: hand;
	vertical-align: top;
	border: 0;
	padding-right: 20px;
	padding-bottom: 10px;
}

 #trailimageid	/*used on Photos/PhotoAlbumThumbs.aspx through Javascript for image preview */
{
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}

img.photo {
	background-color: #FFFFFF;
	border: 1px solid #a0aab6;
	padding: 4px;
}
img.left {
	float: left;
	margin-right: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
}