/* Bare minimum styles */

/* AnySlider can be styled to your liking. This is just example styles */
#slider {
	height: 525px;
	margin: 0px auto;
	width: 1200px;
        display:inline-block;
       position:relative;
}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow, .as-next-arrow {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 65px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top:250px;
	white-space: nowrap;
	width: 65px;
	z-index: 1;
}

.as-prev-arrow {
	background:url(../../images/corp/arrowright.png) no-repeat;
	z-index: 9999;
}

.as-next-arrow {
        right:0px;
	background:url(../../images/corp/arrowleft.png) no-repeat;
	z-index: 9999;
}

.as-prev-arrow:hover, .as-next-arrow:hover {
	filter: alpha(opacity=1);
	opacity: 1;
}

/* The same rules for styling apply here. Style to your liking */
.as-nav {
	bottom:130px;
	left: 43%;
	position:relative;
	text-align: left;
	width: 300px;
	z-index: 1;
}

.as-nav a {
	height: 40px;
	display: inline-block;
	margin: 0 -2px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 36px;
}

a.as-active, .as-nav a:hover {
}
