#top-a .wk-slideshow .caption {
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	z-index: 5;
	padding: 10px 25px;
	width: 30%;
	max-width: 360px;
	top: 0;
	box-sizing: border-box;
	background: #1e365a;
	background: rgba(30,54,90,0.8);
	margin: 30px;
	border-bottom: 8px solid #981010;
}

#top-a .wk-slideshow .caption h3 {
	margin: 10px 0 5px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

#top-a .wk-slideshow .caption p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
	color: #a9bfde;
}

#top-a .wk-slideshow .caption a {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(215,215,215,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(215,215,215,1) 100%); /* W3C */
	text-decoration: none;
	display: inline-block;
	padding: 12px 35px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #981010;
	font-size: 17px;
}

#top-a .wk-slideshow .caption a:hover {
	background: rgb(215,215,215); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(215,215,215,1) 0%, rgba(255,255,255,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,215,215,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(215,215,215,1) 0%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(215,215,215,1) 0%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(215,215,215,1) 0%,rgba(255,255,255,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(215,215,215,1) 0%,rgba(255,255,255,1) 99%); /* W3C */
}


#top-a .wk-slideshow .next {
	width: 28px;
	height: 35px;
	background: url('../images/sliderarrowsprite.png');
	background-position: top right;
}


#top-a .wk-slideshow .prev {
	width: 28px;
	height: 35px;
	background: url('../images/sliderarrowsprite.png');
	background-position: top left;
}

#top-a  .wk-slideshow-default .next {
	right: auto;
	margin-top: -20px;
	top: auto;
	bottom: 80px;
	z-index: 50;
	left: 50%;
	margin-left: -295px;
}
#top-a  .wk-slideshow-default .next:hover {
	background-position: bottom right;
}

#top-a .wk-slideshow-default .prev {
	left: 50%;
	margin-top: -20px;
	top: auto;
	bottom: 80px;
	margin-left: -325px;
	z-index: 50;
}

#top-a  .wk-slideshow-default .prev:hover {
	background-position: bottom left;
}