.input-delete{
      width:					16px;
			height:					16px;
			background:				url(../../../manager/media/style/MODx/images/icons/delete.png) no-repeat 0 0;
			text-decoration:		none;
			border:					none;
			float:					right;
}
.queue-subloader {
background-color:red
height:100%;
left:0pt;
position:absolute;
text-align:center;
top:0pt;
width:0%;
}
.queue-loader{ position:relative;
}
.fancyupload_queue
		{
			list-style:				none;

			
		}
		.fancyupload_queue li
		{
			background:				url(../img/icons/photo_upload.png) no-repeat 5px 5px;
			padding:				5px 2px 5px 2px;
			background-color: transparent;
			background-image: url(../img/icons/photo_upload.png);
			background-repeat: no-repeat;
			background-attachment: scroll;
 			background-x-position: 0pt;
			background-y-position: 5px;
			padding-top: 5px;
			padding-right: 0pt;
			padding-bottom: 5px;
			padding-left: 22px;		

}
		

		.fancyupload_queue .queue-file
		{
			font-weight:			bold;
		}

		.fancyupload_queue .queue-size
		{
			color:					#aaa;
			margin-left:			1em;
			font-size:				0.9em;
		}

		 .fancyupload_queue .queue-loader
		{
			position: relative;
			margin:					3px 0px;
			font-size:				0.9em;
			background-color:		#ddd;
			color:					#fff;
			border:					1px inset #ddd;
			width : 90%;
			
			
		}
		.fancyupload_queue .queue-subloader
		{
			text-align: center;
            position: absolute;
            background-color: #81b466;
            height: 100%;
            width: 0%;
            left: 0pt;
            top: 0pt;
		
		}
