/* 代码整理：时代Java NowJava.com */
body, html {
	background-color:#333;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#FFFFFF
}
a {
	color:#FFCC00
}
#gallery {
	margin:20px auto;
	height:500px;
	width:860px;
	position:relative;
	color:#aaa;
	padding:20px;
	overflow:hidden;
	border:1px solid #888;
	background-color:#000;
}
img {
	border:0;
}
/*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('../images/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;
	color:#fff;
}
/*to style the direct link inside the caption*/
div.caption a {
	color:#fff;
}
/* 代码整理：时代Java NowJava.com */