﻿	html {
		/*overflow: hidden;*/
	}

	body {
		margin: 0px;
		padding: 0px;
		background-color:Transparent;
		position: absolute;
		width: 100%;
		height: 100%;
	}

	#diapoContainer {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 757px;
		height: 300px;
		background-color:Transparent;
	}
	#inf_ {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 757px;
		height: 300px;
		background-color:Transparent;
	}

	.imgDC {
		position: absolute;
		cursor: pointer;
		filter: alpha(opacity=90);
		opacity: 0.9;
		visibility: hidden;
	}

	.spaDC {
		position: absolute;
		filter: alpha(opacity=30);
		opacity: 0.3;
		background: #242525;
		visibility: hidden;
	}

	.imgsrc {
		position: absolute;
		width: 120px;
		height:120px;
		visibility: hidden;
	}

	#bkgcaption {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 6%;
		background-color:Transparent;
	}
	#caption {
		position: absolute;
		font-family: arial, helvetica, verdana, sans-serif;
		white-space: nowrap;
		color: #FFFFFF;
		bottom:-100px;
		width: 100%;
		left: -10000px;
		text-align: center;
	}

