/*
TO AVOID UNEXPECTED RESULTS, DO NOT MODIFY ANY OF THE PROPERTY OTHER THAN THE ONES SET HERE
*/
#gallery{
	width:680px;
	border: none;
	height: 420px;
	text-align: left;
	margin-right: 6px;
	margin-left: 6px;
}
/*The color of the border will actually also define the color of the progresser inside*/
div.progress-bar{
	border:1px solid #fff;
	background-color:#000;
}

/*try not to make the border thicker than 1px*/
div.missing-thumbnail{
	background:#333 url('redx.gif') center center no-repeat;
	cursor:pointer;
	border:1px solid #bbb;
}

div.error-message{
	color:#bbb;
	font-size:1.2em;
	margin-top:-0.6em;
	position:relative;
	text-align:center;
}

div.caption{
	background-color:#000;
	font-size: 11px;
	color:#fff;
	margin-top: 8px;
	vertical-align: bottom;
	line-height: 15px;
	}

