/* --- slideshow --- */
@media only screen and (min-width : 960px) {
   /* hide slideshow if viewed on  */
   #SlideInfo {
      display: block !important;
   }
}
.slideshow {
    max-width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0;
}
#slideshow img {
    width: 100%;	
	clear: both;
}
#slideshow ul,
#slideshow ul li {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.SlideData {
	max-width: 960px;
	height: auto;
}
#SlideInfo {
	width: 40%;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	padding: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.75);
}
	
/* --- homepage slideshow pager --- */
#slideshow .pager {
	display: block;
	margin: 2px 0;
	padding: 0;
	font-family: OpenSansRegular, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
	z-index: 1000;
}
#slideshow .pager a {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	border-radius: 4px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	text-indent: -9999em;
	background-color: #ccc;
}
#slideshow .pager a:hover,
#slideshow .pager a.activeSlide {
	background-color: #113355;
}