.txtSlide	{ 
	width: 200px;
	height: 150px; 
	overflow: hidden; 
	position: relative;
	color: #FFF;
}
.txtSlide img{ 
	position: absolute; 
	top: 0; 
	left: 0;
}
.txtSlide p{
	margin: 4px 0px 0px 10px;
	color: #BEBEBE;
}
.txt{
	float: left; 
	position: absolute; 
	background: #000; 
	height: 80px; 
	width: 100%; 
	opacity: .99; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.full .txt {
	top: 200px;
	left: 0;
}
.caption .txt {
	top: 150px;
	left: 0;
}