﻿.imgSwitcher{
	position: relative;
	border-style: solid;
	border-width: 0px;
	width: 1020px;
	height: 288px;
	overflow: hidden;
}
.imgSwitcher > img {
	width: 1020px;
	height: 288px;
}
.imgSwitcher .controls{
	position: absolute;
	right:25px;
	bottom:10px;
}
.imgSwitcher .headline{
	position: absolute;
	left: 25px;
	top: 25px;
	color: #FFF;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
}