@charset "utf-8";
#slide {
	/* Required Styles */
	position: relative;
	width: 780px;
	height: 407px;
	overflow: hidden;
}
#slide ul {
	padding: 0px;
	margin: 0px;
}
#slide li {
	float: left;
	list-style-type: none;
}
#slide img {
	display: block;
	width: 780px;
	height: 407px;
}
.switchable-triggers {
	position: absolute;
	right: 3px;
	bottom: 6px;
}
.switchable-triggers li {
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 3px;
	border-radius: 20px;

	background: rgba(255, 255, 255, .7);
	color: #444;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.switchable-triggers li.current {
	/*background: rgba(138, 181, 22, .7);*/
	color: #fff;
	background: #AD2822;
}
.button {
	width: 570px;
	margin-top: 10px;
	text-align: center;
}
.button a {
	font: normal 25px LeagueGothic;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
}

