.ms-gallery-template .ms-gallery-botcont {
	height: 20px;
	background: #fff;
	color: #002754;
	font-weight: 500;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	position: relative; margin-left:0px;
	text-align:center;

}
.ms-gallery-template .ms-gal-playbtn {
	width: 55px;
	height: 100%;
	float: left;
	cursor: pointer;
	background: url(btns.png) no-repeat 6px 6px; display:none;
	
}
.ms-gallery-template .ms-gal-playbtn.btn-pause {
	background: url(btns.png) no-repeat -55px -5px;
	
}

.ms-gallery-template .ms-gal-thumbtoggle {
	position: absolute;
	right: 0;
	z-index: 10;
	width: 0px;
	height: 100%;
	cursor: pointer;
	background: url(btns.png) no-repeat -53px -41px;
}
.ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
	background: url(btns.png) no-repeat 4px -41px;
}

.ms-gallery-template .ms-slide-num {
	float: left;
	padding: 17px 9px;
	color: #727272;
	
}
.ms-gallery-template .ms-slide-info {
	padding: 6px 8px;
	position: relative;
	text-align:center;
	width: auto;margin-left:0px;
	font-size:18px; margin-top:14px;background-color:white
	
}

.ms-info {
	padding: 6px 1px;
	position: relative;
	top:-10px;
text-align:center;
	margin:auto; width:100% ; vertical-align:middle; height:40px; background-color:white;
}


.ms-gallery-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -38px;
	display:none
	width: 100%;
	text-align:center; 
}

.ms-gallery-template .ms-bullet {
	width: 12px;
	height: 12px;
	background: #1e1e1e;
    padding:0px;

	border-radius: 10px;
	background-color:  #1266c8;
}

.ms-gallery-template .ms-bullet-selected {
	background-color: #ecb419;
}

.ms-gallery-template .ms-timerbar {
	width: 100%;
	top: -15px;
	height: 11px;
	position: absolute;
visibility:visible; 
	background-color:  #1266c8;
	color:#9C393B;
}

.ms-gallery-template .ms-time-bar {
	width: 100%;
	height: 4px;
	background: rgba(255, 0, 0, 0.7); 
	
}

.ms-gallery-template .ms-thumb-list.ms-dir-h {
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0);
	padding-top: 1px;
}

.ms-gallery-template .ms-thumb-frame {
	cursor: pointer;
	float: left;
	width: 175px;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-ms-transition: opacity 400ms;
	-o-transition: opacity 400ms;
	transition: opacity 400ms;
}

.ms-gallery-template .ms-thumb-frame-selected {
	opacity: 1;
}

.ms-gallery-template .ms-gal-thumbcont {
	overflow: hidden;
	width: 100%;
	height: 115px;
	position: absolute;
	top: -115px;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
	height: 0;
	top: 0;
}


