.ms-gallery-template .ms-gallery-botcont {
	height: 20px;
	background: #3e5b77;
	color: #fff;
	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: 8px 0px;
	position: relative;
	text-align:center;
	width: auto;margin-left:0px;
	font-size:18px; margin-top:14px;background-color:#ffffff;
	
}

.ms-info {
    padding: 3px 1px;
    position: relative;
    text-align: center;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    background-color: white; color: white; z-index: 500
}


.ms-gallery-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -38px;
	width: 100%;
	text-align:center; 
}

.ms-gallery-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: #1e1e1e;
    padding:0px;padding-left: 1px;
display: none; visibility: hidden;
	border-radius: 10px;
	background-color:  #3e5b77;
}

.ms-gallery-template .ms-bullet-selected {
	background-color: blue;
}

.ms-gallery-template .ms-timerbar {
	width: 100%;
	top: -15px;
	height: 11px;
	position: absolute;
visibility:visible; 
	background-color:rgb(150, 150, 150);
}



.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;
}
