.da-slider{
	background: transparent url(../images/standup-parallax.jpg) repeat 0% 0%;
background-color:#096;
background: #096;
background: -moz-linear-gradient(#096, #085);
background: -o-linear-gradient(#096, #085);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#096), to(#085));
background: -webkit-linear-gradient(#096, #085);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
border:0px;
/*	border-top: 8px solid #096;
	border-bottom: 8px solid #096;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;*/
	width:100%;
	height:100px;
}

.da-slider h2 {
width:80%;
text-align:center;
color:#fff;
font-size:20px;
top:10px;
}

.da-slider p {
width:80%;
text-align:center;
top:60px;
}

.da-arrows span{
	background: #222;
}
.da-dots span{
    display:none;
	background: #0e0e0e;
}
.da-slide p{
	color: #fff;
}
