﻿div#photoandcaption {
	z-index : 1;
	background : #fff;
}

div#photosuperimpose p { 
position : absolute;
top : 427px; 
left : 610px; 
}

.photocaption {
font-family: Verdana, sans-serif; color : #fff; font-size: 10px;
font-weight: normal;
text-align:center; /* kec */
}

/* KEC added */

div#photoandcaptioncust {
	z-index : 1;
	background : #fff;
}

div#photosupercust 
{
	position : absolute;
	top: 20px;
	z-index: 4;
	background : transparent url(../images/rounded_corners.png) no-repeat 0 0;
}

div#captionsupercust {
	z-index: 4;
}

/* revised old stuff */
.right_picframe {	position:relative; float:right; right:0px; z-index:4;
				background:#F57712;
                text-align:center; margin:0px; padding:0px; top:0px;
}
.right_pic  {	position:relative; right:0px; margin:0px; top:0px; padding:2px;
				}

.page_title { margin:0px; font-size:12pt; color:rgb(18,10,110); font-weight:bolder; 
			border-bottom:1px solid rgb(18,10,110); 
}