div#photo_box {
	width:565px;
	float:left;
	height:100px;
	overflow:auto;
	overflow-y: hidden;
	margin-bottom:1px;
}

div#left_arrow {
	float:left;
	margin:0px 0px 0px 0px;
	cursor: pointer;
}

div#right_arrow {
	float:right;
	margin:0px 25px 0px 0px;
	cursor: pointer;
}

td.thumbnail {
	width:100px;
	height:80px;
	line-height:8px;
	border:1px solid rgb(210, 210, 210);
	cursor:pointer;
	text-align:center;
}

table.thumbnail img {
	border:none;
}

div#large_photo {
	border-right:1px solid rgb(210, 210, 210);
	width:300px;
	height:230px;
	padding-top:5px;
	text-align:center;
	float:left;
}

div#large_photo .loading_bar {
	text-align:center;
	position: absolute;
	padding-top:100px;
	width:260px;
	font-weight:bold;
}

div#large_photo img {
	border:none;
}

div#photo_details {
	width:260px;
	height:245px;
	margin:5px;
	float:left;
	padding:0px 5px 0px 5px;
}

div#photo_details .loading_bar {
	text-align:center;
	position: absolute;
	padding-top:100px;
	width:260px;
	font-weight:bold;
}

div#photo_details textarea, div#photo_details div#caption {
	width:250px;
	height:70px;
	border:solid 1px rgb(200, 200, 200);
	font-family:verdana, arial, sans-serif;
	font-size:110%;
	margin-left:0px !important;
	margin-left:-5px;
	overflow:auto;
}

div#photo_details div#PhotoSave {
	color:#12499F;
	font-size:120%;
	padding:3px;
	font-weight:bold;
	background:#DBE6F1;
	border:1px solid #12499F;
	display:none;
}