div.pPhotoTop {
	background-image: url('images/bg_prodphoto_top.gif');
	background-position: top; 
	background-repeat: repeat-x; 
	height: 28px;
}

div.pPhotoTop div.left {
	background-image: url('images/frame_sub_topleft.gif');
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 28px;
}

div.pPhotoTop div.right {
	background-image: url('images/frame_sub_topright.gif');
	background-position: top right; 
	background-repeat: no-repeat; 
	height: 28px;
}

div.pPhotoBottom {
	background-image: url('images/bg_prodphoto_bottom.gif');
	background-position: top; 
	background-repeat: repeat-x; 
	height: 28px;
}

div.pPhotoBottom div.left {
	background-image: url('images/frame_sub_bottomleft.gif');
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 28px;
}

div.pPhotoBottom div.right {
	background-image: url('images/frame_sub_bottomright.gif');
	background-position: top right; 
	background-repeat: no-repeat; 
	height: 28px;
}

div.pPhotoMiddle {
	background-color: #193060; 
	background-image: url('images/bg_prodphoto_left.gif'); 
	background-position: left;
	background-repeat: repeat-y;
	padding-left:29px;
}

div.pPhotoMiddle div.right {
	background-color: #193060; 
	background-image: url('images/bg_prodphoto_right.gif'); 
	background-position: right;
	background-repeat: repeat-y; 
	text-align: center;
	padding-right: 29px;
}

div.pPhotoMiddle div.right img {
	border: 1px solid white;
}
