	.borda{
		position:relative;
		background-color:#FFFFFF;
		padding: 0px;
		width: 618px;
		height: 329px;
	}
	
	#gallery {
		position: absolute;
		top: 29px;
		left: 30px;
		width: 619px;
		height: 346px;
		border: 0px solid;
	}
	
	#gallery img{
		width: 619px;
		height: 346px;
	}
	
	#gallery a {
		/* float:left; */
		position:absolute;
	}
	
	#gallery a img {border:none;}	
	#gallery a.show {z-index:500}

	#gallery .caption {
		z-index:600; 
		background-color:#000;
                filter:alpha(opacity=90);
                opacity: 0.9;
                -moz-opacity:0.9;
		color:#ffffff; 
		height:55px;
		width:100%; 
		position:absolute;
		bottom:0px;
	}

	#gallery .caption .content {
		margin: 5px 0px 0px 15px;
		border: 0px solid;
		font-size: 12px;
		color:#CCCCCC;
		font-weight: normal;
	}
	
	#gallery .caption .content h3 {
		margin: 0px 0px 2px 0px;
		padding:0;
		color:#FF0099;
		font-size:18px;
		text-shadow: 1px 1px 10px #000;
	}

