#visorHome {
	position:relative;
        width:630px;
	height:300px
}
	#visorHome li {
		position:absolute;
                top:0;
                left:0;
	}

	#visorHome li img {
		border:none;
                width:630px;
                height:300px
	}
	
	#visorHome li.show {
		z-index:500
	}

	#swf_home .caption {
		z-index:600;
		background-color:#000;
		color:#ffffff;
		height:100px;
		width:630px;
		position:absolute;
		bottom:0;
	}

	#swf_home .caption .content {
		padding:20px;
		color:#fff;
	}
	#swf_home .caption .content p {
		font-size: 25px;
	}
	#swf_home .caption .content p+p {
		font-size: 18px;
                margin-top:5px;
	}

