.widget.moderate_uploads_widget {
	padding-bottom:10px;
}
#modUploadWidget ul, 
#modUploadWidget li {
	list-style:none;}
	
	
#modUploadWidget #muw-none {
	color:#ccc;
	display:none;
	padding-bottom:10px;}
	
#modUploadWidget #muw-items {
	position: relative;
	float:left;
	width:110%;
	margin: -12px -12px 0;
	overflow:hidden;}
	#modUploadWidget #muw-items ul {
		float:left;
		width:200%;
		height:140px}

	
#modUploadWidget .bpmu-item {
	float:left;
	padding:3px;
	margin:4px !important;
	position:relative;
	background:#FFF;
	border:1px solid #444;}
	#modUploadWidget .bpmu-item .l {
		display:none;
		position:absolute;
		left:0; 
		top:0; 
		right:0;
		bottom:0;
		background:url('../img/spinner.gif') center center no-repeat rgba(0,0,0,0.5);}
	#modUploadWidget .bpmu-user {
		color:#444;
		display:block;
		max-width:142px;
		padding:1px 5px 3px;
		text-overflow:ellipsis;
	  	white-space: nowrap;
	  	overflow: hidden;}
	  
	#modUploadWidget .bpmu-image	{
		width:130px;
		height:100px;
		overflow:hidden;
		border:1px solid #444;}
		#modUploadWidget .bpmu-item img {
			width:100%;
			display:block;}
					
				
	#modUploadWidget .bpmu-item.bpmu-cover .bpmu-image-tbl {
		width:130%;
		margin:0 -15%;}
					
					
	#modUploadWidget .bpmu-item .btns {
		display:block;
		float:left;
		clear:both;
		position:absolute;
		left:3px;
		right:3px;
		bottom:3px;
		padding-top:2px;}
		
		#modUploadWidget .bpmu-item .btns,
		#modUploadWidget .bpmu-item .btns .dashicons {
			line-height:23px;}
			#modUploadWidget .bpmu-item .btns a {
				position:absolute;
				bottom:0;
				padding:1px 3px;
				cursor:pointer;
				font-size:11px;
				border:1px solid #444;}
			#modUploadWidget .bpmu-item .btns a b {
				display:none;}
			
		#modUploadWidget .bpmu-item .btns a.del {
			left:0;
			color:#F00;
			background:#fff5f6;}
			#modUploadWidget .bpmu-item .btns a.del b {
				padding-right:5px;}
		#modUploadWidget .bpmu-item .btns a.okay {
			right:0;
			color:#1e7423;
			background:#edffee;}
			#modUploadWidget .bpmu-item .btns a.okay b {
				padding-left:3px;}
			
		#modUploadWidget .bpmu-item .btns a:hover {
			}
		#modUploadWidget .bpmu-item .btns a:hover b {
			display:inline-block;}
			
		#modUploadWidget .bpmu-item .msg {
			position:absolute;
			left:0; 
			top:0; 
			right:0;
			bottom:0;
			padding:5px;
			background:rgba(0,0,0,0.5);}			
		
#modUploadWidget .bpmu-item:hover .btns {
	display:block;}		
#modUploadWidget .bpmu-item.loading .l {
	display:block;}



#modUploadWidget .statusMsg {
	margin-top:12px;
	color:#F00;
	text-align:center;}


	#modUploadWidget #muw-items ul {
		width:100%;
		height:auto;}
	#modUploadWidget #muw-items li {
		display:none;
		opacity:0;  /* make things invisible upon start */
	    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	    -moz-animation:fadeIn ease-in 1;
	    animation:fadeIn ease-in 1;
	
	    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	    -moz-animation-fill-mode:forwards;
	    animation-fill-mode:forwards;
	
	    -webkit-animation-duration:1s;
	    -moz-animation-duration:1s;
	    animation-duration:1s;}
	#modUploadWidget #muw-items li:first-child {
		display:block;}
	#modUploadWidget .bpmu-image	{
		width:100%;
		height:100%;
		border:1px solid #444;}
		
		
		
		
		
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
	