html, body {
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0px;
}

#ImageSliderContainer {
	position: relative;
	width: 100%;
	height: 100%;
}

#ImageSlider_Nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10000;
	width: 100%;
	height: 24px;
	text-align: center;
	display: none;
	background: transparent url('../images/imageslider/nav_bg.png');
}

#ImageSlider_Nav a {
	border: solid 1px #ffffff;
	border-radius: 5px;
	background: transparent
	text-decoration: none;
	padding: 3.5px;
	margin-right: 5px;
	font-size: 0px;
	line-height: 24px;
}

#ImageSlider_Nav a.activeSlide, #ImageSlider_Nav a:hover {
	background: #ffffff;
}

#ImageSlider_Nav a:focus {
	outline: none;
}

#ImageSlider_Prev, #ImageSlider_Next {
	position: absolute;
	display: none;
	z-index: 10000;
	background: transparent url('../images/imageslider/pager_bg.png');
	padding: 8px;
	font-size: 30px;
	color: #ffffff;
	top: 0px;
}

#ImageSlider_Prev:hover, #ImageSlider_Next:hover {
	text-decoration: none;
}

#ImageSlider_Prev {
	left: 0px;
}

#ImageSlider_Next {
	right: 0px;
}