
/* Photo gallery CSS */
.folder { text-align: center; display: table; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; vertical-align: top; -webkit-text-size-adjust: 200%; }
.file { text-align: center; display: table; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; vertical-align: top; -webkit-text-size-adjust: 200%; }
.uploadbox { border: 1px solid; background-color: #f0f0f0; display: block; width: 300px; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;  -webkit-text-size-adjust: 200%; }
.imgcomment { margin-bottom: 12px;  -webkit-text-size-adjust: 200%; }
.imgnamediv { margin-top: 3px; margin-bottom: 2px;  -webkit-text-size-adjust: 200%; }
.imgnamediv_edit { margin-top: 2px;  -webkit-text-size-adjust: 200%; }

#rotate { float: left; padding-right: 20px; }
#rawopts { float: left; padding-left: 20px; }
#subcommentdiv { clear: both; }

#trashlayer {
	position: fixed;
	width: 64px;
	right: 30px;
	bottom: 30px;
	x-index: 4;
	/* width: 64px; position: absolute; bottom: 80px; right: 20px; x-index: 4 */
    };
#trashobj {
	position: fixed;
	width: 64px;
	right: 30px;
	bottom: 30px;
	/* width: 64px; position: absolute; bottom: 80px; right: 20px; x-index: 4 */
    };

