.clear {
	clear: both;
}
#slider2 {
    width: 998px; /* important to be same as image width */
    height: 132px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-image: url(../Images/Banner/smBanner_bkgrd.png);
	background-position:top left;
}

#slider2Content {
    width: 965px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider2Image {
    float: left;
    position: relative;
	display: none;
}
.slider2Image span {
    position: absolute;
	font: 14px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 988px;
    background-color: #FFF;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #305d93;
    display: none;
}
.slider2Image span strong {
    font-size: 15px;
	color:#305d93;
}


.Header {
	color:#FC0;
	font-size:21px;
	font-weight:bold;
	padding-bottom:10px;
}

.left {
	top: 0;
    left: 0;
	width: 120px !important;
	height: 131px;
}
.right {
	right: 0;
	bottom: 0;
	width: 678px !important;
	height: 115px;
}
ul { list-style-type: none;}