/* CSS Document */

#photo_holdlg{
	width:594px;
	height:auto;
}
#photo_holdtop{
	width:594px;
	height:6px;
	background-image:url(../images/photop_contain.png);
}
#photo_holdmid{
	width:594px;
	height:auto;
	background-image:url(../images/phobod_contain.png);
}
#photo_holdbot{
	width:594px;
	height:20px;
	clear: both;
	background-image:url(../images/phobot_contain.png);
}
#photo_controls{
	width:570px;
	height:34px;
	padding:0 0 0 15px;
}
#photo_prev{
	width:24px;
	height:23px;
	float:left;
	background-image:url(../images/photo_prev.jpg);
	margin:5px 0 0 5px;
	cursor:pointer;
}
#photo_next{
	width:24px;
	height:23px;
	float:left;
	background-image:url(../images/photo_next.jpg);
	margin:5px 0 0 5px;
	cursor:pointer;
}
#photo_close{
	width:33px;
	height:34px;
	float:right;
	margin:0 10px 0 0;
	background-image:url(../images/lg_phoclose.jpg);
	cursor:pointer;
}
#photo_lg{
	height:auto;
	margin:0 0 0 25px;
	width: 533px;
}
#photo_caption {
	color: #25383c;
	clear: both;
	height: 20px;
	margin-left: 25px;
	margin-top: 5px;
}