.da-slider{
	background: transparent;
	border-bottom: 2px solid #7E7D79;
	border-top: none;
	box-shadow: none;
}

.da-arrows span{
	background: -o-linear-gradient(bottom, #CCC 0, #AAA 100%);
	background: -moz-linear-gradient(bottom, #CCC 0, #AAA 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#CCC), to(#AAA));
	background: linear-gradient(to top, #CCC 0, #AAA 100%);
}
.da-dots span{
	background: -o-linear-gradient(bottom, #CCC 0, #AAA 100%);
	background: -moz-linear-gradient(bottom, #CCC 0, #AAA 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#CCC), to(#AAA));
	background: linear-gradient(to top, #CCC 0, #AAA 100%);
}
.da-dots span.da-dots-current {
	
}
.da-dots span.da-dots-current:after {
	
}
.da-slide p{
	color: #333;
}
a {
	color: #silver;
	font-weight: bold;
}
.da-slide .da-link {
	/*text-shadow: 1px 1px 1px #dcdcdc;*/
}