.wooslider {
	margin: 0 0 40px; 
	background: none; 
	border: none; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0; 
	border-radius: 0; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	-o-box-shadow: none; 
	box-shadow: none;
}
.wooslider img {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-o-border-radius: 4px; 
	border-radius: 4px;
}

.wooslider-control-paging li a.wooslider-active {
    background: #a66e19;
	border: 1px #a66e19 solid;
}

.wooslider-control-paging li a {
    background: #fff;
	border: 1px #cccccc solid;
	box-shadow: none;
}

body .wooslider .slide-content {
	margin: 0;
}

#homeSlider .wooslider img {
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	-o-border-radius: 0px; 
	border-radius: 0px;
}

#homeSlider .wooslider {
	margin: 0 !important;
}
.quote .wooslider-direction-nav  {
	display: none;
}