.banner-container {
	margin: auto;
	overflow: hidden;
	position: relative;
}

.banner-panel {
	background: url(../image/banner-panel-bg.gif) no-repeat center center;
	height: auto;
}

.banner-slides {
	position: absolute;
}

.banner-slides img {
	height: auto;
	max-width: 100%;
}

.inner-banner-container {
	margin: auto;
	overflow: hidden;
	position: relative;
}

.inner-banner-slide {
	margin: auto;
}

.inner-banner-slide img {
	height: auto;
	max-width: 100%;
}