@charset "utf-8";
/* CSS Document */
.rootGroup {
	width: 102%!important;
}
.ST_Slideshow {
	width: 33.335%;
	max-width: 329px;
	height: auto;
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: -3px;
}

.ST_Slideshow .slide {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
    max-height:199px;
	border: 1px solid #fbfcf7;
	box-sizing: border-box;}
.ST_Slideshow .slide a {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
    max-height:199px;
}
.ST_Slideshow .slide a img {
	width: 100%;
	border: 0px!important;
	margin: 0;
	padding: 0;
	margin-bottom: -3px;
  	max-height:199px;
}
.ST_Slideshow .slide span {
	position: absolute;
	width: 100%;
	background: rgba(200, 200, 200, .7);
	display: none;
	bottom: 0;
	left: 0;
}
.ST_Slideshow .slide span div {
	color: #fff;
}
.ST_Slideshow .slide span div.caption {
}
.ST_Slideshow .slide span div.subcaption {
  display:none;
	text-align: left;
	background: rgba(53, 77, 96, .7);
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: none;
	font-size: 12px;
	padding: 3px 0;
	padding-top: 0;
	padding-left: 5px;
	margin: 0;
	width: calc(100% - 5px);
	width: -moz-calc(100% - 5px);
	width: -webkit-calc(100% - 5px);
}
.ST_Slideshow .next {
	z-index: 998;
}
.ST_Slideshow .show {
	z-index: 999;
	position: relative;
}
.ST_Slideshow .slideSelect {
	position: absolute;
	bottom: 5px;
	left: 8px;
	height: 18px;
	display: none;
}
.ST_Slideshow .slideSelect div {
	height: 18px;
	width: 18px;
	background: #e4f0f6;
	color: #2368ab;
	float: left;
	margin: 0px 3px 0px 0px;
	text-align: center;
	line-height: 18px;
	font-size: 0.85em;
	font-weight: 900;
	cursor: hand;
	cursor: pointer;
}
.ST_Slideshow .slideSelect div.selected {
	background: #94c6ed;
	color: #FFF;
}
.ST_Slideshow .slideSelect span.pause {
	background: url(pause_play.png) top right;
	height: 18px;
	width: 18px;
	color: #2368ab;
	float: left;
	margin: 0px 3px 0px 0px;
	text-align: center;
	line-height: 18px;
	font-size: 0.85em;
	font-weight: 900;
	cursor: hand;
	cursor: pointer;
}
.ST_Slideshow .slideSelect span.play {
	background: url(pause_play.png) top left;
	height: 18px;
	width: 18px;
	color: #2368ab;
	float: left;
	margin: 0px 3px 0px 0px;
	text-align: center;
	line-height: 18px;
	font-size: 0.85em;
	font-weight: 900;
	cursor: hand;
	cursor: pointer;
}
.ST_Slideshow .prev-next {
	position: absolute;
	bottom: 10px;
	right: 11px;
	font-size: 0.85em;
	color: #164f9e;
	font-weight: 900;
}
.ST_Slideshow .prev-next span {
	cursor: hand;
	cursor: pointer;
}