.coin-slide {
	overflow: hidden; position: relative; -ms-zoom: 1;
}
.coin-slide a {
	border: currentColor; text-decoration: none;
}
.cs-navigation {
	margin: -16px 0px 0px; display: inline-block; position: absolute;
}
.cs-hidden {
	left: -999em; position: absolute;
}
.cs-arrow {
	background: url("../img/SlideDot.png") no-repeat 0px 0px; margin: 3px 6px 3px 3px; width: 10px; height: 9px; font-size: 1px; float: left; display: inline;
}
.cs-arrow-right {
	background-position: -49px 0px; margin: 3px 3px 3px 6px;
}
.cs-arrow:hover {
	background-position: -62px 0px;
}
.cs-arrow-right:hover {
	background-position: -75px 0px;
}
.cs-buttons {
	width: auto; height: 17px; float: left; position: static;
}
.cs-buttons a {
	background: url("../img/SlideDot.png") no-repeat -12px 0px; margin: 3px 1px 2px; width: 11px; height: 9px; font-size: 1px; float: left; display: block;
}
.cs-buttons a:hover {
	background-position: -36px 0px;
}
.cs-buttons a.cs-active {
	background-position: -24px 0px;
}
.cs-title {
	padding: 0px 45px 0px 16px; right: 0px; bottom: 15%; color: rgb(255, 255, 255); font-family: ProximaNovaLight, calibri, arial, sans-serif; font-size: 30px; display: inline-block; position: absolute; z-index: 1;
}
