.slideshow {
	margin-top:-10px;
}

.slideshow .data {
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
}

.slideshow .canvas {
}

.slideshow .spacer {
	height:400px;
}

.slideshow .overview {
	float:left;
	width:240px;
	position:relative;
	top:-26px;
}

.slideshow .stage {
	float: right;
	width: 704px;
	margin-right: 1px;
	height:400px;
	position: relative;
	overflow: hidden;
}

.slideshow .stage .background {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: inherit;
	height: inherit;
	display: block;
	background-color: #ffffff;
}

.slideshow .stage .marshalling {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: inherit;
	height: inherit;
}

.slideshow .stage .active {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: inherit;
	height: inherit;
}

.slideshow .stage .message-wrapper {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-top: 12px;
	display: none;
	background-color: #ffffff;
	z-index: 2;
	width: 268px;
}

.slideshow .stage .message-wrapper .message {
	float: left;
	width: 253px;
	margin-left: 5px;
	margin-right: 10px;
	color: #ffffff;
	background-color: #d40026;
	display: block;
}

.slideshow .stage .message .text {
	position: relative;
	float: left;
	width: 238px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	overflow: hidden;
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.slideshow .stage .message .dismiss {
	position: relative;
	float: right;
	width: 10px;
	margin-right: 4px;
	margin-top: -3px;
	text-align: right;
	overflow: hidden;
	display: block;
	font-weight: bold;
	font-size: 13px;
}

.slideshow .stage .form-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	width: 268px;
	height: inherit;
}

.slideshow .stage .form {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 50%;
	margin: auto;
	width: inherit;
	overflow: hidden;
	line-height: 1.8;
	background-color: #ffffff;
}

.slideshow .stage .form .page {
	width: inherit;
}

.slideshow .stage .form .page .text {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.slideshow .stage .form .page .text .heading {
	padding-bottom: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #d40026;
}

.slideshow .stage .form .page .text .body {
	padding-top: 20px;
	text-align: justify;
	font-size: 15px;
	font-weight: bold;
}

.slideshow .stage .form .option {
	display:block;
	width: 248px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.slideshow .stage .form .option,
.slideshow .stage .form .option .additionalentry,
.slideshow .stage .form form label {
	display: block;
	color: #939393;
}

.slideshow .stage .form .option label,
.slideshow .stage .form span,
.slideshow .stage .form input {
	display: inline-block;
}

.slideshow .stage .form .option label,
.slideshow .stage .form .option input,
.slideshow .stage .form .option span {
	font-size: 14px;
	font-weight: normal;
}

.slideshow .stage .form .option .detail {
	line-height: 1.5;
}

.slideshow .stage .form .option .detail,
.slideshow .stage .form .option .additionalentry,
.slideshow .stage .form .option .additionalentry label,
.slideshow .stage .form .option .additionalentry input,
.slideshow .stage .form .option .additionalentry span,
.slideshow .stage .form form label {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 1px;
}

.slideshow .stage .form form label {
	margin-bottom: 8px;
	margin-top: 8px;
	display: block;
}
.slideshow .stage .form form span {
	margin-bottom: 0px;
}

.slideshow .stage .form form input {
	margin-bottom: 3px;
}

/*.slideshow .stage .form form input:invalid {
	background-color: #d40026;
}*/

.slideshow .stage .form input.fixedwidth,
.slideshow .stage .form textarea.fixedwidth {
	width: 163px;
}

.slideshow .stage .form input.numberwidth {
	width: 33px;
}

.slideshow .stage .form span.digitwidth {
	width: 13px;
}

.slideshow .stage .form input.checkwidth {
	margin-right: 5px;
}

.slideshow .stage .form span.fixedwidth {
	width: 75px;
}

.slideshow .stage .form span.fixedwidthmedium {
	width: 125px;
}

.slideshow .stage .form span.fixedwidthlarge {
	width: 150px;
}

.slideshow .stage .form form input[required][data-highlighted='true'],
.slideshow .stage .form .option .additionalentry input[required][data-highlighted='true'] {
	background-color: #d40026;
	color: #ffffff;
}

.slideshow .stage .form input[type=number]::-webkit-inner-spin-button, 
.slideshow .stage .form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.slideshow .stage .form .option:hover {
	background-color: #d40026;
	color: #ffdee7;
}

.slideshow .stage .form .option:hover label {
	color: #ffffff;
}

.slideshow .stage .form .option:hover label .detail,
.slideshow .stage .form .option:hover .additionalentry,
.slideshow .stage .form .option:hover .additionalentry label {
	color: #ffdee7;
}

.slideshow .stage .controls {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: inherit;
	height: inherit;
}

.slideshow .stage .next,.previous {
	position: absolute;
	top: 0;
	width: 352px;
	height: 42px;
	display: none;
}

.slideshow .stage .next {
	right:19px;
	text-align:right;
	float: right;
}

.slideshow .stage .previous {
	left:19px;
	float: left;
}

.slideshow .stage .start {
	position:absolute;
	top:170px;
	right:10px;
	cursor:pointer;
	width:208px;
	height:52px;
	background-color: #690011;
	display: block;
	background-image:url(../gfx/right.png);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 28px;
	color: #ffffff;
	text-align: left;
	padding-left: 16px;
	line-height: 50px;
}

.slideshow .stage .start:hover {
	background-color: #d40026;
}

foobar .slideshow object {
	display:block;
}

.slideshow .video_slide {
	overflow:hidden;
	width:704px; /* foobar */
}

.slideshow .overview h4 {
	font-size:10px;
	text-transform:uppercase;
	color:#ffdee7; /* foobar */
	margin-bottom:5px;
}

.slideshow .overview .spacer {
	height: 22px;
}

.slideshow .overview ul {
}

.slideshow .overview ul li {
	font-size:16px;
	display:block;
	padding:1px 0 1px 6px;
	padding-left:0;
	margin-top:-1px;
	cursor:pointer;
}

.slideshow .overview ul li .chapter-header {
	background-color: #690011;
	padding:5px 0 6px 0px;
	width:auto;
	height:20px;
	background-position: left bottom;
	background-image:url(../gfx/dots-ffffff.gif);
	background-repeat:repeat-x;
	margin-right: 10px;
}

.slideshow .overview ul li.active .chapter-header {
	background-color: #d40026;
/*	padding:5px 0 6px 0px;
	width:auto;
	height:20px;
	background-position: left bottom; */
	background-image: none;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: -10px;
}

.slideshow .overview ul li .chapter-header .chapter-title {
	color:#fff;
	outline:none;
}

.slideshow .overview ul li .chapter-header .chapter-title a {
	color:#fff;
	outline:none;
	text-decoration: none;
}

.slideshow .overview ul li .chapter-header .chapter-title a span.index {
	color:#ffdee7;
	padding-right: 10px;
	bottom: 2px;
	position: relative;
	font-size: 11px;
}

.slideshow .overview ul li .chapter-dropdown {
	display:none;
	height:70px;
	position: relative;
}

.slideshow .overview ul li .chapter-dropdown .chapter-description {
	overflow:hidden;
	font-size:12px;
	line-height:17px;
	color:#ffdee7;
	height:37px;
	margin-top:5px;
	width:219px;
}

.slideshow .overview ul li .chapter-dropdown .chapter-progress {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
}

.slideshow .overview ul li .chapter-dropdown .chapter-progress .progress-title {
	text-transform:uppercase;
	color:#ffdee7;
	font-size:10px;
}

/* remove */


.white-image {
	border-width: thick;
	border-color: #d40026;
	box-shadow: #696969;
}
