/* Bare minimum styles */
.slider {
	-ms-touch-action: none; /* Prevent default touch actions on Windows 8 */
	overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
	position: relative;
}

/* AnySlider can be styled to your liking. This is just example styles */
.slider {

	height: 450px;
	margin: 0px 0px 20px auto;
	padding: 5px;
	text-align: center;
	width: 845px;
}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow, .as-next-arrow {
	background: url(../media/arrowsAny.png) no-repeat;
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 40px;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 170px;
	white-space: nowrap;
	width: 40px;
	z-index: 99999;
}

.as-prev-arrow {
	left: 0;
}

.as-next-arrow {
	background-position: -40px 0;
	right: 0;
}

.panoramaDesc 
{
    bottom: -49px;
    left: 49px;
    position: absolute !important;
}

.slider:hover .as-arrows a {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* The same rules for styling apply here. Style to your liking */
.as-nav {
	bottom: -10px;
	left: 12%;
	margin-left: -52px;
	position: absolute;
	text-align: left;
	width: 500px;
	z-index: 1;
}

.as-nav a {
	background: url(../media/bullets.png) no-repeat;
	height: 16px;
	display: inline-block;
	margin: 0 1px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 16px;
}

a.as-active, .as-nav a:hover {
	background-position: 0 -16px;
}

/* Other styles not related to AnySlider */
body {
	background: #fff;
	color: #333;
	font: 12px "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0 0 25px;
}

section {
	display: block;
}

#content {
	margin: 0 auto;
	position: relative;
	width: 80%;
}

.slider-wrapper {
	height: 430px;
	position: relative;
}