
.thumb-proxy, .swap-proxy {
	margin: 0;
	z-index: 19000;
	position: absolute;
	background-color: #000000;
	padding: 3px;
	/*width: 126px;*/
	/*height: 96px;*/
}

.swap-proxy {
	background-color: transparent;
	padding: 0;
}

.ext-safari .thumb-proxy {
	padding: 4px 0px 0px 4px;
}

#file-control-container {
	position: absolute;
	z-index: 20000;
	width: 158px;
	height: 142px;
}
#file-control {
	z-index: 20000;
	width: 158px;
	height: 142px;
	background-image: url(/images/file-control/window.png);
	position: absolute;
}
#file-control-container .backdrop {
	z-index: 18000;
	/*background-color: #000000;*/
	width: 146px;
	height: 124px;
	left: 6px;
	top: 5px;
	position: absolute;
}
#file-control .label {
	margin: 4px 6px 0 6px;
	font-size: 10px;
	color: #d0d0d0;
	font-family: Arial, Sans-Serif;
	text-align: center;
	overflow: hidden;
	height: 19px;
}
#file-control .screen {
	width: 120px;
	height: 90px;
	top: 19px;
	left: 19px;
	position: absolute;

}
#file-control .btn-move-left,
#file-control .btn-move-right {
	width: 13px;
	height: 90px;
	background: url(/images/file-control/btn-move-sprite.png) no-repeat 0 0;
	position: absolute;
	cursor: pointer;
}
#file-control .btn-move-left {
	top: 19px;
	left: 6px;
}
#file-control .btn-move-right {
	top: 19px;
	left: 139px;
	background-position: -13px 0;
}
#file-control .btn-desc,
#file-control .btn-crop,
#file-control .btn-delete {
	width: 40px;
	height: 21px;
	top: 111px;
	background: url(/images/file-control/btn-edit-sprite.png) no-repeat 0 0;
	position: absolute;
	cursor: pointer;
}

#file-control .btn-desc {
	left: 19px;
}
#file-control .btn-crop {
	left: 59px;
	background-position: -40px 0;
}
#file-control .btn-delete {
	left: 99px;
	background-position: -80px 0;
}