#thumbnailsContainer {
	width: 480px;
	margin: 0 auto 30px auto;
	padding: 10px 10px 0 10px;
	background-color: #FAFAFA;/*border: 1px solid #d8d8d8;*/
}
#thumbnails {
	width: 480px;
}
#thumbnails img {
	float: left;
	border: 1px solid #888888;
	margin: 0 4px 4px 0;
}
.separator {
	clear: both;
	height: 0;
}
#textContainer {
	width: 433px;
	margin: 0 auto;
}
#frameBorder, #frameBackground, #displayArea {
	left: 50%;
	top: 50%;
	position: absolute;
}
#frameBorder {
	width: 430px;
	margin-left: -215px;/*Frame position from left*/
	height: 520px;
	margin-top: 425px;/*Frame position from top*/
	background-color: #A0734E;/*Border frame colour*/
	z-index: 1;
}
#frameBackground {
	width: 400px;
	margin-left: -205px;
	height: 490px;
	margin-top: -250px;
	background-color: #EEFFCC;/*Frame background colour*/
	border-left: 5px solid #e5e2d3;
	border-top: 5px solid #e5e2d3;
	border-right: 5px solid #f5f0e1;
	border-bottom: 5px solid #f5f0e1;
}
#displayArea {
	width: 330px;
	height: 300px;
	margin-left: -135px;
	margin-top: -180px;
}
#displayArea img {
	border-top: 2px solid #e5e2d3;
	border-left: 2px solid #e5e2d3;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-bottom: 0.5em;/*Fuchsia variety text position */
}
#frameBorder p {
	text-align: right;
	color: #888888;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px;
}
#caption, #credit {
	font-weight: bold;
	color: #555555;
}
p#closeWidget {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: 80px;
	width: 50px;
}
#closeWidget img {
	border: 0;
	margin: 0 0 -1px;
}
a {
	text-decoration: none;
	color: #3366CC;
}
ul {
	padding-left: 80px;
	list-style-type: none;
}