#jDialogOverlay {
	background:#000000 none repeat scroll 0 0;
	display:none;
	opacity:0.85;
	z-index:1000;
}
#jDialogProgressBar {
	display:none;
	height:19px;
	left:20px;
	position:fixed;
	top:10px;
	width:220px;
	z-index:900000;
}
.DialogContainer {
	background:#989898 none repeat scroll 0 0;
	display:none;
	width:900px;
	height: 725px;
	z-index:1001;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding: 10px;
	text-align: center;
}
.DialogTitleContainer {
	height: 30px;
}
.DialogTitle , .DialogClose{
	font-size:12pt;
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
}
.MainPane {
	width:100%;
	padding-bottom: 10px;
	background-color: #fff;
}
#photoMain{
	margin: 25px 0px 5px 0px;
	overflow: auto;
	height: 500px;
	width: 825px;
	max-height: 500px;
	max-width: 825px;
}
#photoText{
	font-weight: bold;
}
.photoContainer{
	width: 850px;
	height: 200px;	
}
.photoTN {
	margin: 10px;
	padding-top: 20px;
}
#arrowLeft,#arrowRight{
	width: 20px;
	height: 80px;
	padding-top: 60px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#arrowLeft{
	padding-left: 2px;
}
#arrowRight{
	padding-right: 2px;
}