.previous {
	float: left;
	margin-left: 40px;
	margin-top: 50px;
	padding-bottom: 50px
}

.next {
	float: right;
	margin-right: 40px;
	margin-top: 50px;
	padding-bottom: 50px
}

.pink.button {
	background-color: #E22092;
}

.pink.button:hover {
	background-color: #C81E82;
}

.button,
.button:visited {
	background: #222 url("../img/overlay.png") repeat-x;
	display: inline-block;
	color: #FFF;
	padding: 10px 10px 6px;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer
}

.button:hover {
	background-color: #111 color: #FFF;
	text-decoration: none;
}

.button:active {
	top: 1px;
	color: #FFF;
}

.button:link {
	color: #FFF;
}

.small.button,
.small.button:visited {
	font-size: 11px;
}

.button,
.button:visited,
.medium.button,
.medium.button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.large.button,
.large.button:visited {
	font-size: 15px;
	padding: 8px 14px 9px;
}

.super.button,
.super.button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}

.pink.button {
	background-color: #E22092;
}

.pink.button:hover {
	background-color: #C81E82;
}
