
#liquidBanner-body {
	position: relative;
	margin: 0 15px 0 22px;
}
* html #liquidBanner-body {
	width: 91%;
}
#liquidBanner-body {
	height: 282px;
}
#liquidBanner-body .banner{
	position: relative;
	width: 162px;
	min-height: 248px;
	height: auto !important;
	height: 60px;
	margin: 8px auto;
}
#liquidBanner-frame {
	display: none;
	overflow: hidden;
	position: relative;
	height: 156px;
	width: 100%;
}

#liquidBanner-frame a {
    color: #1D54A7;
    text-decoration: none;
}
#liquidBanner-frame a:hover {
    color: #C00000 !important;
    text-decoration: underline;
}
#liquidBanner-prev {
	position: absolute;
	float: left;
	top: 0px;
	width: 15px;
	height: 520px;
	padding: 64px 0 0 8px;
	z-index: 100;
	background-color: white;
}
#liquidBanner-next {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	width: 15px;
	height: 155px;
	padding: 64px 7px 0 0;
}