#picture-slides-container {
	text-align: center;
	width: 498px;
	float: right;
	position: relative;
	height: 395px;
}
#picture-slides-image {
	position: absolute;
	bottom: 1%;
	left: 1%;
	right: 1%;
	top: 1%;
	margin: auto;
}
#picture-slides-image-text {
	position: absolute;
	bottom: -24px;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height: 24px;
}

