.startimage {
	height: 268px;
	position: relative;
	background-image: url('images/start_back.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 10px;
	margin-top: 15px;
}

.startimage #pauseButton {
	display: block;
	width: 36px;
	height: 35px;
	background-image: url('images/pause.png');
	background-position: top left;
	position: absolute;
	top: 211px;
	left: 19px;
	z-index: 7;
}

.startimage .play {
	background-image: url('images/play.png') !important;
}

.startimage #pauseButton:hover {
	background-position: 0 -35px;
}

.startimage #pager {
	position: absolute;
	width: 23px;
	left: 10px;
	top:40px;
	z-index: 6;
}

.startimage #pager A {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	color: #CCCCCC;
	background-color: #113B81;
	border-top: 1px solid #062351;
	border-left: 1px solid #062351;
	border-bottom: 1px solid #062351;
}

.startimage #pager A.activeSlide {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #246CE4;
	border-top: 1px solid #96A5BE;
	border-left: 1px solid #96A5BE;
	border-bottom: 1px solid #96A5BE;
}

.startimage #cycle {
	left: 31px;
	width: 919px;
	position: absolute;
}

.startimage .slide {
	background-repeat: no-repeat;
	background-position: top right;
	height: 268px;
	width: 919px;
	display: none;
}

.startimage .atune {
	background-image: url('images/start_a-tune.png');
	display: block;
}

.startimage .lss{
	background-image: url('images/start_lss.png');
}

.startimage .pm{
	background-image: url('images/start_pm.png');
}

.startimage .ps {
	background-image: url('images/start_ps.png');
}

.startimage .slide .title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 25px;
	padding-top: 20px;
	width: 500px;
}

.startimage .slide .text {
	color: #FFFFFF;
	margin-left: 25px;
	margin-top: 10px;
	width: 500px;
}

.startimage .slide .text * {
	color: #EEEEEE;
	font-size: 11px;
}

.contentPane {
	margin-top: 20px;
}

.contentPane #column1 {
	float: left;
	width: 300px;
	padding-left: 35px;
}

.contentPane #column2 {
	float: left;
	width: 300px;
	margin-left: 40px;
}

.contentPane #column3 {
	float: left;
	width: 205px;
	margin-left: 40px;
}

.contentPane #column3 A {
	display: block;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	font-size: 11px;
	line-height: 18px;
}

.contentPane #column3 A:hover {
	color: #003399;
}
