.slideContainer
{
	width: 100%;
	height: auto;
	position: relative;
}

.slideContainer .buttonTable
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.slideContainer .imgCaption
{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	background-color: rgba(177, 179, 52, 1);
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
}

.slideContainer
{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slideContainer img:first-child
{
	opacity: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	position:relative;
	display:block;
}

.slideContainer img
{
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	position: absolute;
	display: block;
}

.slideContainer .arrow
{
	font-family: "symbols font";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 150%;
	speak: none;
	text-decoration: inherit;
	text-align: center;
	text-transform: none;
	width: 1.5em;
	margin: 5px;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #FFFFFF;
	display: none;
}

.slideContainer:hover .arrow
{
	display: inline-block;
}

.arrow:hover
{
	font-size: 170%;
	text-shadow: 2px 2px 5px rgba(180, 180, 180, 0.8);
	
	cursor: pointer;
}