#gallery-arrows{
	position:absolute;
	bottom:30px;
	width:1260px;
	padding:5px 10px 0 10px;
	height:35px;
	display:none;
	background: #b19b61;
}
	
#gallery-arrows .left-arrow{
	width:250px;
	float:left;
	padding:0;
	line-height:38px;
    font-family: 'Montserrat-Bold';    font-weight: bold;
	color:#fff;
}

#gallery-arrows .gallery-description{
	width:760px;
	/*font-size:30px;
	letter-spacing: -0.05em;*/
    font-family: 'Montserrat-Bold';    font-weight: bold;
	text-align:center;
	float:left;
	color:#fff;
}

#gallery-arrows .right-arrow{
	float:right;
	width:250px;
	text-align:right;
	padding:0;
	line-height:38px;
    font-family: 'Montserrat-Bold';    font-weight: bold;
	color:#fff;

}
#gallery-arrows .left-arrow img{
	width:5%;
	height:auto;
	float:left;
	margin-right:10px;
	margin-top:4px;
}
	
#gallery-arrows .right-arrow img{
	float:right;
	margin-left:10px;
	margin-top:4px;
	width:5%;
	height:auto;
	}