.ms-slide-info {
	background-color: rgba(177, 155, 87, 0.95);
}

.ms-slide-info.ms-dir-h{
	width:50%;
	position:absolute!important;
	bottom:20px;
	right:-20px;
}

.ms-info{
	padding:20px;
}

.ms-bullets.ms-dir-h{
	right:auto;
	left: -45px;
	bottom: 15px!important;
}

.ms-skin-default .ms-bullet{
	width: 15px;
    height: 15px;
	background:rgba(255, 255, 255, 0.85);
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.3);
	
	
}

.ms-skin-default .ms-bullet-selected{
	background: rgba(177, 155, 87, 0.85);
}

.ms-info h1, 
.ms-info h2, 
.ms-info h3, 
.ms-info h4, 
.ms-info h5, 
.ms-info h6,
.ms-info p,
.ms-info {
	color:#FFF;
}


.ms-info h6{
	font-size:13px;
	font-weight:400;
	margin-bottom:10px;
}
.ms-info h3{
	font-size:20px;
	font-weight:700;
	margin-bottom:10px;
}


