.slides {
	width: 1180px;
	overflow: auto;
	color: #fff;
}

.slideHolderFront {
	height: 398px;
	overflow: hidden;
	display: none;
	position: absolute;
	width: 1178px;
}

.slideHolderBack {
	height: 398px;
	overflow: hidden;
	display: block;
	position: absolute;
	width: 1178px;
}


.letterbox .slide {
	height: 398px;
	overflow: hidden;
	position: absolute;
	width: 1178px;
}


.slideMain {
	margin: 0 1px 0 0;
	height: 470px;
	background: #ccc;
}


.slideMain .back, .slideMain .front {
	position: absolute;
	width: 575px;
}

.slideThin {
	margin: 0 1px 0 0;
	float: left;
	width: 200px;
	height: 395px;
	background: #ccc;
}

.slideThin .back, .slideThin .front {
	position: absolute;
	width: 200px;
}


.slidePhoto {
	background: #ccc;
	height: 320px;
}

.slideThin .slideCaption {
	background: #064465;
	height: 20px;
	padding: 2em 20px;
	border-top: 5px solid #3d718c;

}

.slideCaption h2, .slideMainCaption h2 {
	position: absolute;
}

.slide .slideTitle {
	display: none;
}

.slide .slideCaption {
	display: block;
	background: #6BB6EC;
	display: table;
	padding: 1em 15px;
	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
	background: -webkit-linear-gradient(#FFFFFF, #E8E8E8);
	background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
	background: -ms-linear-gradient(#FFFFFF, #E8E8E8);
	background: -o-linear-gradient(#FFFFFF, #E8E8E8);
	background: linear-gradient(#FFFFFF, #E8E8E8);
	-pie-background: linear-gradient(#FFFFFF, #E8E8E8);
	behavior: url(/PIE.htc);


}

.slideThin p {
	display: none;
}

.slideThin .slideCaption .title {
	color: #fff;
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	font-family: 'pt_sans_narrowregular', Trebuchet, arial;
	text-transform: uppercase;
}


.slideMain .slideCaption h2 {
	color: #fff;
	font-size: 2em;
	margin: 0 0 0.5em 0;
	font-family: 'pt_sans_narrowregular', Trebuchet, arial;
	text-transform: uppercase;
}

.slideMain .slideCaption a {
	color: #fff;
	text-align: right;
	display: block;
	padding: 0 15px 0 0;
	background: url(../images/icon-arrow-right-med-orange-onblue.png) no-repeat right 0.2em;
}

.slideThin .slideCaption a {
	display: none;
}

.run {
	margin: 2em 0 0;
	display: block;
	background: #a7f9a1;
	padding: 1em;
	clear: both;
	display: table;
}

h3.headline {
	position: absolute;
	margin: 415px 0 0 620px;
}

h3.headline a {
	color: #7b7b7b;
	font-size: 0.75em;
	padding: 0 15px 0 0;
	margin: 0 0 0 20px;
	background: url(../images/icon-arrow-right-med-orange.png) no-repeat right 0.35em;
}


h3.headline a:hover {
	color: #999;
}

.slide ul {
	list-style: none;
	font-size: 0.5em;
	margin: 1em 0 0 0;
}

.slide ul li {
	float: left;
	margin: 0 15px 0 0;
	background: none;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
	background: -webkit-linear-gradient(#FFFFFF, #E8E8E8);
	background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
	background: -ms-linear-gradient(#FFFFFF, #E8E8E8);
	background: -o-linear-gradient(#FFFFFF, #E8E8E8);
	background: linear-gradient(#FFFFFF, #E8E8E8);
	-pie-background: linear-gradient(#FFFFFF, #E8E8E8);
	behavior: url(/PIE.htc);
}

.slide ul li a {
	line-height: 1em;
	background: url(../images/icon-arrow-right-med.png) no-repeat 10px center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
	padding: 1em 15px 1em 25px; 
	border: 0;
	display: block;
	behavior: url(/PIE.htc);
}


.slide ul li:hover {
	cursor: pointer;
	background: #e6e6e6;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e6e6e6), to(#d4d4d4));
	background: -webkit-linear-gradient(#e6e6e6, #d4d4d4);
	background: -moz-linear-gradient(#e6e6e6, #d4d4d4);
	background: -ms-linear-gradient(#e6e6e6, #d4d4d4);
	background: -o-linear-gradient(#e6e6e6, #d4d4d4);
	background: linear-gradient(#e6e6e6, #d4d4d4);
	-pie-background: linear-gradient(#e6e6e6, #d4d4d4);
	behavior: url(/PIE.htc);

}
