/*
TO AVOID UNEXPECTED RESULTS, DO NOT MODIFY ANY OF THE PROPERTY OTHER THAN THE ONES SET HERE
*/

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('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:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

/*to style the direct link inside the caption*/
div.caption a{
	color:#fff;
}
h5{
	font-size: 13px;
	color: #FFFFFF;
	padding: 3px;
}

#footer a{
	text-decoration: none;
	color: #CCCCFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FF6600;
}

#gallery img {

	border:1 solid #CCCCCC;
	padding: 2px;

}

#container{
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}

#footer{
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
}
h3 {
	color: #666666;
}
h3.info {
	text-align: left;
}

p#info {
	font-size: 11px;
	padding-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
}
h3 {
	color: #666666;
}
h3.info {
	text-align: left;
	background-color: #000000;
	z-index: 99;
}

p#info {
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	text-align: left;
	background-color: #000000;
	z-index: 99;
	margin-top: 30px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
