/*
.photo_frame_container {
	width: 450px;
	background: url(../images/photo_frame/bg-top.gif) no-repeat;
	padding: 10px 0 0 0;
	margin: 0 auto;
}
.photo_frame_container img, p.caption {
	background: url(../images/photo_frame/bg-body.gif) repeat-y;
	padding: 10px 28px 25px 22px;
}
.photo_frame_bottom {
	background: url(../images/photo_frame/bg-bottom.gif) no-repeat bottom;
	padding: 0 0 27px 0;
}
p.caption {
	margin: 0;
	padding: 0 0 25px 0;
	text-align: center;
	font: italic 18px Trebuchet MS, Arial, Helvetica, sans-serif;
}
*/
/* new */
.photo_frame_bottom_new {
	background: url(../images/photo_frame/bg-bottom.gif) bottom left no-repeat;
}
.photo_frame_top_new {
	width: 450px;
	background: url(../images/photo_frame/bg-top.gif) top left no-repeat;
	margin: 0 auto;
}
.photo_frame_container_new {
	background: url(../images/photo_frame/bg-body.gif) top left repeat-y;
	width:450px
}
.photo_frame_content{
	margin:24px
}
p.caption {
	margin: 0;
	text-align: center;
	font: italic 18px Trebuchet MS, Arial, Helvetica, sans-serif;
}
