div#image_box {
	width:565px;
	float:left;
	height:125px;
	overflow: auto;
	overflow-y: hidden;
	margin-bottom:5px;
}

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

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

table.thumbnail img {
	border:none;
}

div#large_image {
	border-right:1px solid #CC0000;
	width:350px;
	height:255px;
	padding-top:5px;
	text-align:center;
	float:left;
}

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

div#large_image img {
	border:none;
}

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

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

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

div#image_details div#ImageSave, div#document_details div#DocumentSave {
	color:green; 
	font-size:120%; 
	padding:3px; 
	font-weight:bold; 
	background:#CCFFCC; 
	border:1px solid green;
	display:none;
}

div#image_upload {
	display:none;
}

table.media_filter {
	margin:3px 0 0 0;
}

table.media_filter label {
	padding:0px 5px 0px 0px;
	line-height:22px;
}

table.media_filter select {
	margin:0px 5px 0px 0px;
}

table.media_filter input.button {
	margin:0px 0px 0px 0px;
}



div#document_box {
	border-right:1px solid #CC0000;
	width:350px;
	height:255px;
	padding-top:5px;
	text-align:center;
	float:left;
}

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

div#document_details table {
	text-align:left;
	float:left;
}

div#document_details textarea, div#doc_caption {
	width:200px;
	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#document_details .field {
	width:200px;
}

div#document_details select.field {
	width:205px;
}

div#document_details div#DocumentSave {
	color:green; 
	font-size:120%; 
	padding:3px; 
	font-weight:bold; 
	background:#CCFFCC; 
	border:1px solid green;
	display:none;
}

div#document_upload {
	display:none;
}