
	#diapoContainer {
		position: absolute;
		left: 2%;
		top: 2%;
		width:auto;
		height: 80%;
		background: #222;
	}

	.imgDC {
		position: absolute;
		cursor: pointer;
		border: #000 solid 2px;
		filter: alpha(opacity=90);
		opacity: 0.9;
		visibility: hidden;
	}

	.spaDC {
		position: absolute;
		filter: alpha(opacity=20);
		opacity: 0.2;
		background: #000;
		visibility: hidden;
	}

	.imgsrc {
		position: absolute;
		width: 150px;
		height: 80px;
		visibility: hidden;
		margin: 1%;
	}

	#bkgcaption {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 8%;
		background:#1a1a1a;
	}
	#caption {
		position: absolute;
		font-family: arial, helvetica, verdana, sans-serif;
		white-space: nowrap;
		color: #ff8000;
		bottom: 0px;
		width: 100%;
		left: -10000px;
		text-align: center;
	}