.slider_unidades { position: relative; overflow: auto; height: 250px!important;text-align: center;
				-webkit-box-shadow: 0px 7px 8px 0px rgba(50, 50, 50, 0.6);
				-moz-box-shadow:    0px 7px 8px 0px rgba(50, 50, 50, 0.6);
				box-shadow:         0px 7px 8px 0px rgba(50, 50, 50, 0.6);}

    .slider_unidades li { list-style: none; }
    	.slider_unidades ul {padding:0;}
        	.slider_unidades ul li { float: left; height:250px!important; width: 25%!important;display: block}
        		.slider_unidades ul li p {font-size: 9px;float: right; margin-right: 10px; margin-top: 380px}

.slider_unidades .btn, .slider_unidades .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.slider_unidades .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.slider_unidades .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.slider_unidades .dots li.active {
				background: #fff;
				opacity: 1;
			}