#desktopimagePane
{
	position: absolute;
	float: left;
	top: 50px;
	right: 50px;
	
	width: 150px;
	
	z-index: 30;	/* must be set inline to modf with JS */
	background: url('../../images/interface/overlay.png');
	border: 3px double #777;
}

/*
#desktopimagePane .thumbnail
{
	position: relative;
	height: 128px;
	width: 128px;
	border: 1px dashed #777;
	margin: 11px;
}
*/

#desktopimagePane .thumbnail
{
	position: relative;
	/*height: 128px;*/
	width: 128px;
	border: 1px dashed #777;
	margin: 11px;
}

#desktopimagePane .jpg
{
	background: url('../../images/elysium/jpg.png') 0 0 no-repeat;
}

#desktopimagePane .png
{
	background: url('../../images/elysium/png.png') 0 0 no-repeat;
}

#desktopimagePane .controls
{
	/*position: relative;*/
	position: absolute;
	/*float: left;*/
	top: 5px;
	margin-left: -105px;
	
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	
	padding: 3px;
	color: #000;
	background-color: #fff;
	border: 1px solid black;
}
