.slideshow {
	height: 500px;
}

.slide {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 767px;
	height: 500px;
}

.caption {
	position: absolute;
	bottom: 23px;
	left: 0px;
	width: 767px;
	background-color:#000; 
	overflow: hidden;
	background: url(../images/backgrounds/caption-bg.png);
}

* html .caption {
	background: #000;
}

.text {
	padding: 15px;
}

.text p {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px;
}

.first .text {
	position: absolute; 
	top: 60px; 
	left: 15px; 
	width: 180px;
	line-height: 1.4;
}

.first .text p {
	font-weight: bold;
	font-size: 24px;
}

.first .name {
	color: #dc1b5e;
}