@charset "UTF-8";
#slideShowViewPort {
	display: block;
	overflow: hidden;
	border: none;
	/*box-shadow: 2px 2px 3px #505050;*/
	background: rgb(138,160,198);
background: -moz-radial-gradient(center, ellipse cover,  rgba(138,160,198,1) 0%, rgba(1,49,113,1) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(138,160,198,1) 0%,rgba(1,49,113,1) 100%);
background: radial-gradient(ellipse at center,  rgba(138,160,198,1) 0%,rgba(1,49,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8aa0c6', endColorstr='#013171',GradientType=1 );

	/*border-radius: 0.2em;*/
	position: relative;
	clear: both;
}
#slideShowViewPort h1 {
	margin: 0;
	padding: 0.5em;
	/*border-top-left-radius: 0.2em;
	border-top-right-radius: 0.2em;*/
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	color: #000;
	background-color: rgba(255,255,255,0.5);
	font-size: 1.7em;
}
#slideShowViewPort, #slideShowViewPort a:link, #slideShowViewPort a:visited {
	color: #fff;
	font-weight: normal;
}

#slideShow div#slideShowList p {
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1%;
	padding-right: 1%;
	display: block;
	width: auto;
	float: left;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,227,228,1) 60%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(226,227,228,1) 60%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(226,227,228,1) 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e3e4', GradientType=0 );
	color: #c95513;
	font-weight: normal;
	opacity: 0.9;
	/*box-shadow: 1px 1px 1px #000000;*/
	cursor: pointer;
	/*border-top-left-radius: 0.2em;
	border-top-right-radius: 0.2em;*/
	margin-right: 1%;
}
#slideShow div#slideShowList p strong {
	font-weight: normal;
}
#slideShow div#slideShowList p:hover {
	opacity: 1.0;
	color: #013171;
}
#slideShow div#slideShowList p.selected {
	border: none;
	opacity: 1.0;
	/*box-shadow: 1px 1px 2px #000000;*/
	background: rgb(1,49,113);
background: -moz-linear-gradient(top,  rgba(138,160,198,1) 0%, rgba(1,49,113,1) 70%);
background: -webkit-linear-gradient(top,  rgba(138,160,198,1) 0%,rgba(1,49,113,1) 70%);
background: linear-gradient(to bottom,  rgba(138,160,198,1) 0%,rgba(1,49,113,1) 70%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8aa0c6', endColorstr='#013171',GradientType=0 );


	color: #fff;
}
#slideShow div#slideShowList p.selected:hover {
	opacity: 1.0;
}
#slideShow div#slideShowViewPort div.slideShowPanel {
	display: block;
	background-color: #282828;
	margin: 0em;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
#slideShow div#slideShowViewPort div.slideShowPanel p {
	margin: 0em;
	padding: 1%;
	background-color: rgba(40,40,40,0.8);
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
	width: 98%;
	min-height: 5em;
	overflow: auto;
	left: 0;
	bottom: 0;
	position: absolute;
}
#slideShow div#slideShowViewPort div.slideShowPanel p:hover {
	background-color: rgba(40,40,40,1);
}
#slideShow div#slideShowViewPort div.slideShowPanel p a {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	font-size: 1.1em;
}
#slideShow div#slideShowViewPort div.slideShowPanel p:hover a {
	color: #2E83BE;
}
#slideShow div#slideShowViewPort div.slideShowPanel p:hover a:hover {
	color: #2E83BE;
	text-decoration: underline;
}
/* ############################### CONTROLS ############################### */

#slideShow p#slideShowCtrl {
	background-color: #FFCCFF;
	margin: 0em;
	padding: 0em;
	height: 2em;
	overflow: hidden;
}
 @media screen and (min-width:57em) {
#slideShowViewPort {
	height: 22em;
}
#slideShow div#slideShowList p {
	font-size: 1.3em;
}
#slideShow div#slideShowList {
	max-height: 3em;
	overflow: hidden;
}
}
@media screen and (min-width:80em) {
#slideShow div#slideShowList p {
	font-size: 1.45em;
}
}
@media screen and (max-width:57em) {
#slideShow {
	height: 20em;
}
#slideShowViewPort {
	height: 16em;
}
#slideShow div#slideShowList p {
	font-size: 1.1em;
}
}
@media screen and (max-width:35em) {
#slideShow div#slideShowList p {
	width: 13%;
	padding: 1%;
	padding-bottom: 0.5em;
	height: 1em;
}
.slideShowPanel {
	min-height: 14em;
}
#slideShow div#slideShowList p strong {
	display: none;
}
}
