div.slideShowPhone {
	position: relative;
	/* height: set in SlideShow.setSlideShowHeight() */
	pointer-events: initial;
	background-color: hsl(0, 0%, 95%);
}

.phoneView div.slideShowPhone {
	height: 325px;
}

div.slideShowPhoneThumbs {
	position: absolute;
	z-index: 5;
	width: auto;
	left: 20px;
	right: 20px;
	bottom: 20px;
}

.phoneView div.slideShowPhoneThumbs {
	left: 0px;
	right: 0px;
	bottom: 0px;
}

table.slideShowPhoneThumbs {
	width: 100%;
}

table.slideShowPhoneThumbs td.slideShowPhoneThumb, table.slideShowPhoneThumbs td.slideShowPhoneThumbSelected {
	position: relative;
	background-color: hsl(0, 0%, 100%);
	border: solid 1px hsl(0, 0%, 100%);
}

table.slideShowPhoneThumbs td.slideShowPhoneThumbSelected {
	/*background-color: hsl(45, 100%, 85%);*/
}

div.slideShowPhoneThumb, div.slideShowPhoneThumbHover, div.slideShowPhoneThumbActive, div.slideShowPhoneThumbSelected {
	opacity: 1;
	height: 120px;
	background-position: center center;
	background-attachment: local;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	pointer-events: initial;
}

.phoneView div.slideShowPhoneThumb, .phoneView div.slideShowPhoneThumbHover, .phoneView div.slideShowPhoneThumbActive, .phoneView div.slideShowPhoneThumbSelected {
	height: 60px;
}

div.slideShowPhoneThumbHover {}

div.slideShowPhoneThumbActive {}

div.slideShowPhoneThumbSelected {
 	opacity: 0.10;
}

div.slideShowPhoneTextPanels {
	position: absolute;
	z-index: 3;
	width: auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
}

.phoneView div.slideShowPhoneTextPanels {
	bottom: 58px;
}

div.slideShowPhoneTextPanel {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 180px 20px 165px 20px;
	background-color: hsla(0, 0%, 100%, 0.90);
	/*
	background: -webkit-linear-gradient(hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.95));
	background: -o-linear-gradient(hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.95));
	background: -moz-linear-gradient(hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.95));
	background: linear-gradient(hsla(0, 0%, 100%, 0.50), hsla(0, 0%, 100%, 0.90));
	*/
	pointer-events: initial;
}

.phoneView div.slideShowPhoneTextPanel {
	padding: 10px 10px 20px 10px;
}

div.ssPhoneTextPanelFadeIn {
	opacity: 1;
	-webkit-transition: opacity 0.35s linear 0.15s;
	-moz-transition: opacity 0.35s linear 0.15s;
	-o-transition: opacity 0.35s linear 0.15s;
	transition: opacity 0.35s linear 0.15s;
}

div.ssPhoneTextPanelFadeOut {
	opacity: 0;
	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
}

p.slideShowPhoneTextTitle {
	font-size: 14pt;
	letter-spacing: 0.5px;
	line-height: 140%;
	color: hsl(205, 100%, 35%);
	margin-bottom: 5px;
	pointer-events: none;
}

.phoneView p.slideShowPhoneTextTitle {
	line-height: 140%;
	text-align: center;
	margin-bottom: 10px;
}

div.slideShowPhoneItemInfo {
	position: absolute;
	z-index: 11;
	width: auto;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 50px;
	padding: 10px 5px;
	background-color: hsla(0, 0%, 0%, 0.75);
	box-sizing: border-box;
	pointer-events: initial;
}

div.slideShowPhoneItemInfoPanel {
	background-color: hsl(0, 0%, 100%);
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	pointer-events: initial;
}

div.slideShowPhoneInfoCloseBtnTop, div.slideShowPhoneInfoCloseBtnBottom {
	font-size: 13pt;
	letter-spacing: 0.5px;
	color: hsl(0, 100%, 55%);
	border-bottom: solid 1px hsl(0, 0%, 90%);
	padding: 10px 15px;
	text-align: right;
	cursor: pointer;
	pointer-events: initial;
}

div.slideShowPhoneInfoCloseBtnBottom {
	border-top: solid 1px hsl(0, 0%, 90%);
	border-bottom: none;
}

div.slideShowPhoneInfoCloseBtnTop:hover, div.slideShowPhoneInfoCloseBtnBottom:hover {
	background-color: hsl(0, 0%, 95%);
}

div.slideShowPhoneItemInfoPanelContent {
	padding: 15px 15px;
}

img.slideShowPhoneItemInfoImage {
	display: block;
	width: 80px;
	border: solid 1px hsla(0, 0%, 0%, 0.10);
	margin: 0px auto;
}

p.slideShowPhoneItemInfoTitle {
	font-size: 14pt;
	letter-spacing: 0.5px;
	line-height: 135%;
	color: hsl(205, 100%, 35%);
	margin-top: 10px;
}

p.slideShowPhoneItemInfoSummary {
	font-size: 12pt;
	line-height: 140%;
	color: hsl(0, 0%, 0%);
	margin-top: 10px;
}

div.slideShowPhoneItemInfoLinks {
	margin-top: 15px;
}

div.slideShowPhoneItemInfoLink {
	margin-top: 15px;
	text-align: center;
}

div.slideShowPhoneItemInfoLink:first-child {
	margin-top: 0px;
}
