.slideshow_container {
	max-height: 213px;
	min-height: 213px;
	height: 213px;
	text-align: center;
	color: white;
	background-color: white;
	background-image:url(/home/slideshow/imgs/1.jpg)
	font-family: 'Myriad Pro', 'Helvetica Neue', "Lucida Grande", Verdana, Arial, sans-serif;
}
.image_title {
	color: white;
	padding-left: 5px;
	padding-top: 3px;
	position: absolute;
	z-index: 199;
	-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0.488281)));
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-shadow: rgba(255, 255, 255, 0.1) 0px 3px 6px;
}
.subtitle.image_title {
	padding-left: 20px;
	margin-top: 38px;
	font-size: 25px;
}
.image_holder {
	border-color: white;
	border-style: solid;
	border-width: 1px;
}
.image_text_overlay {
	position: absolute;
	height: 70px;
	z-index: 299;
	width: 549px;
	background-repeat: repeat;
	background-image: url(imgs/text_overlay.png);
}
