@font-face
{
	font-family: "Burbank Small";
	src: url("/fonts/BurbankSmall-Medium.otf") format("opentype"), url("/fonts/BurbankSmall-Medium.ttf") format("truetype");
}

.partySwitcher
{
	text-align: center;
}

.partySelector
{
	appearance: none;
	border: none;
	background-image: url("/images/selectionBg.png");
	color: white;
	font-family: Burbank Small;
	font-size: 18px;
	opacity: 1;
	text-align-last: center;
	width: 500px;
	height: 40px;
}

.partySelectorPrev, .partySelectorNext
{
	appearance: none;
	background-color: transparent;
	background-image: url("/images/selectionArr0001.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	border: none;
	cursor: pointer;
	outline: 0;
	position: relative;
	bottom: 1px;
	vertical-align: middle;
	width: 45px;
	height: 45px;
}

.partySelectorPrev
{
	left: 25px;
	transform: rotate(-90deg);
}

.partySelectorNext
{
	right: 25px;
	transform: rotate(90deg) scaleX(-1);
}

.partySelectorPrev:hover, .partySelectorNext:hover
{
	background-image: url("/images/selectionArr0002.png");
}

.partySelectorPrev:active, .partySelectorNext:active
{
	background-image: url("/images/selectionArr0003.png");
}