  .slides li

{
	position: relative;	
}

.flex-caption {
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0.15em;
	display: block;
	width: 100%;
}


p.flex-caption a{
	color: #FFFFFF;
	text-align: center;
	display: block;
}
