.ccm_sliderizer > .slide {
    background: none no-repeat scroll top left white;
}
.ccm_sliderizer .caption {
    background-image: url('http://69.195.85.145/advocates/themes/advocates_theme/images/bg-feature-home.png');
    border-left:8px solid #E96D08;
    position: absolute;
    bottom:20px;
    left:0;
    display:inline-block;
    width:440px;
    padding:20px;
}
.ccm_sliderizer .caption h2 {
    color: white !important;
    font: bold 26px/29px "arial narrow", arial, helvetica, sans-serif !important;
    margin: 0 !important;
}
.ccm_sliderizer .caption > p {
    font: normal 18px/22px "arial narrow", arial, helvetica, sans-serif !important;
    color: white;
    margin: 0;
    margin-top: 5px;
}

.ccm_sliderizer .caption > a.button:hover {
		text-decoration: none !important;
		text-shadow: -1px 1px 0 rgba(0,0,0,0.2) !important;
    background-color: #E96E07 !important;
}
.ccm_sliderizer .caption > a.button:active {
		position: relative;
		top: 1px;
		left: -1px;
		text-shadow: none !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
    background-color: #E96E07 !important;
}

.ccm_sliderizer .caption > a.button {
    display:inline-block;
    margin-top: 9px;
    overflow: hidden !important;
    width: 150px !important;
    height: 21px !important;
    line-height: 18px !important;
    background-color: #E96E07;
    color: white !important;
    padding: 2px 3px 0px 3px !important;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration:none;
		float: right;
		-webkit-box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
.sliderNavigation a {
		color: #fff;
		text-decoration: none;
}
a.slideshowPrevious:hover {
		-webkit-box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
a.slideshowPrevious:active {
		top: 146px;
		left: 9px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
}

.slideshowPrevious {
	background: transparent url('http://69.195.85.145/advocates/themes/advocates_theme/images/left-arrow.png') no-repeat 0 0;
	display: block;
	position: absolute;
	top: 145px;
	text-align: center;
	left: 10px;
	z-index: 1;
	height: 61px;
	width: 55px;
}
a.slideshowNext:hover {
		-webkit-box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
		box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
a.slideshowNext:active {
		top: 146px;
		right: 11px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
}
.slideshowNext {
	background: transparent url('http://69.195.85.145/advocates/themes/advocates_theme/images/right-arrow.png') no-repeat 0 0;
	display: block;
	position: absolute;
	top: 145px;
	text-align: center;
	right: 10px;
	z-index: 1;
	height: 61px;
	width: 55px;
}
.slideshowPagination {
  background-image: url('http://69.195.85.145/advocates/themes/advocates_theme/images/bg-feature-home.png');
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 1;
}
a.slideshowDot {
	display: block;
	background: transparent url('http://69.195.85.145/advocates/themes/advocates_theme/images/dots.png') no-repeat -21px 8px;
	height: 22px;
	width: 24px;
	margin: 0;
	float: left;
}
a.slideshowDot:hover {
	background-position: 9px 8px;
}
a.slideshowDot:active {
	background-position: 9px 9px;
}
a.slideshowOnDot {
	background-position: 9px 8px;
}