.div-galeria{		width: 100%;	    max-height: 250px;	    overflow: auto;	    overflow-y: hidden;	    margin: 0 auto;	    white-space: nowrap;	    position: relative;	}		.div-galeria a[data-toggle=glisse]{ 		display: inline;	    margin-right: 30px;	}	.div-galeria a[data-toggle=glisse] img{ 		height: 250px !important;		width: auto !important;	}	.div-galeria .seta {    	width: 58px;    	height: 58px;    	padding: 6px;	    position: absolute;	    top: 100px;	    font-size: 87px;	    color: white;	    font-weight: bold;	    font-family: cursive;	    cursor: pointer;	}	@media screen and (max-width: 768px){		.div-galeria .seta {	    	width: 40px;	    	height: 45px;	    	padding: 6px;		    position: absolute;		    top: 50px;		    font-size: 40px;		    color: white;		    font-weight: bold;		    font-family:arial;		}	}	.div-galeria .seta:hover {		background-color: rgba(0,0,0,0.8);	}	.div-galeria .seta.direita{		right: 0px;	}		@media screen and (max-width: 768px){		.div-galeria{	    	max-height: 150px;    	}    	.div-galeria a img{ 			height: 150px !important;		}	}	/* width */	.div-galeria::-webkit-scrollbar {	    width: 20px;	}	 	/* Handle */	.div-galeria::-webkit-scrollbar-thumb {	    background: #857F76; 	}	/* Handle on hover */	.div-galeria::-webkit-scrollbar-thumb:hover {	    background: #857F76; 	}
