#output
{
	width: 100%;
	margin: auto;
	height: auto;
	min-height: 220px;
	padding: 10px;
	border: 5px dotted #0A0;
	text-align: center;
	position: relative;
}
#output.active
{
	background-color: #BEA;
	border: 5px dotted #FFF;
}
#output ul li
{
	float: left;
	xmargin: 0 10px 10px 0;
	list-style: none;
	position: relative;
	z-index: 2;
}
#output li a
{
	opacity: 0.5;
}
#output li.loaded a
{
	opacity: 1;
}

#output li img
{
	background-color: #fff; 
	padding: 3px; 
	margin: 3px;
	max-width: 200px; 
	max-height: 200px; 
	xbox-shadow:3px 3px 5px #797;
}
#output li .progressBar
{
	color: #fff; 
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	height: 20px;
	border: 1px solid #FFF;
	border-radius: 6px;
	opacity: 0.8;
}
#output li.loaded .progressBar
{
	background-color: #1E528C;
	font-size: 0.5em;
	height: auto;
}
#output li .progressBar p
{
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background-color: #1E528C;
}
#output li.loaded .progressBar p
{
	display:none;
}
