﻿#anythingSlider {
	width: 700px;
	height: 390px;
	list-style: none;
	overflow-y: auto;
	overflow-x: hidden;
}
.imageSliderParent, .imageSliderParent .anythingSlider-default, .imageSliderParent .panel{
	min-width:523px;
	min-height:391px;
	width:525px;
	height:357px;
	}
.anythingSlider2{
	width:100%;
	}
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingSlider .vertical .panel {
	float: none;
}
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.anythingSlider .fade .activePage {
	z-index: 0;
}
.arrow{
	position:absolute;
	bottom:0;
	display:block;
	width:42px;
	height:39px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:15;
	}
.arrow.back{
	right:44px;
	background:url(/archive/20170328193957/apeal-lb.org/images/prev-arrow.jpg) 0 0 no-repeat;
	}
.arrow.forward{
	right:0;
	background:url(/archive/20170328193957/apeal-lb.org/images/next-arrow.jpg) 0 0 no-repeat;
	}

