
div#thumbfadeEl {
	display: block;
	position: absolute;
	clear:both;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	background: #000000;
	visibility:hidden;
}


img#preloadanimationEl {
	position: absolute;
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	visibility: hidden;
}
div#backgroundfadeEl {
	display: block;
	position: absolute;
	clear: both;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #343235;
	visibility: hidden;
}

img#imageEl {
	position: absolute;
	display: block;
	clear: both;
	left: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	visibility: hidden;
	padding: 0;
	margin: 0;
}

table#shadowEl {
	display: table;
	position: absolute;
	clear: both;
	left: 100px;
	top: 100px;
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: transparent;
	visibility: hidden;
}

table#captionEl {
	display: table;
	position: absolute;
	clear: both;
	background: transparent;
	visibility: hidden;
	left: 100px;
	top: 100px;
	margin:10px 0 0 0;
}

td#captiontextEl {
	font-family: helvetica;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #000000;
	white-space: nowrap;
	font-weight: bold;
	padding: 0 20px 6px 20px ;
}

div#controlsEl {
	display: block;
	position: absolute;
	clear: both;
	right: 0;
	top: 0;
	width: 200px;
	height: 200px;
	visibility: hidden;
}

div#controlsEl img {
	position: absolute;
	clear: both;
	margin:0;
	padding:0;
	cursor: pointer;
}

img#closeEl {
	right:0;
	top:0;
}

img#nextEl {
	right:30px;
	top:0;
}

img#previousEl {
	right:60px;
	top:0;
}

img#settingsEl {
	right:90px;
	top:0;
}

img#helpEl {
	right:120px;
	top:0;
}

img#aboutEl {
	right:150px;
	top:0;
}

div#helptextEl {
	display: block;
	position: absolute;
	right: 40px;
	top: 40px;
	padding: 20px;
	border: solid 1px #aaaaaa;
	background: #000000;
	font-family: verdana;
	color: #ffffff;
	font-size: 11px;
	visibility: hidden;
}

