.box {
	background: white;
	width: 100%;
	margin: 0 auto;
}
.box ul li {
	margin-bottom: 0px;
}
.credits {
	color: #888888;
	font-size: 14px;
	text-align: center;
}
.credits a {
	color: black;
}
/* End Page markup */

        /* Slider-specific styles */
.aslide {
	display: none;
	background: none;
}
.aslide img {
	max-width: 100%;
	width: 100%;
}
#slider {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	height:auto;
	max-height: 475px !important;
	overflow: hidden;
}
.aslide .text {
	color: #f8f8f8;
	text-shadow: 0 0 2px #000;
	font-weight: bold;
	font-size: 36px;
	width: 100%;
	text-align: center;
	position: absolute;
	/*bottom: 30px;*/
}
