#JQueryBanner_2_slider1 {
    width: 948px; /* important to be same as image width */
    height: 258px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:solid 1px white;
}

#JQueryBanner_2_slider1Content {
    width: 948px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding: 0px;
}
.JQueryBanner_2_slider1Image {
    float: left;
    position: relative;
	display: none;
}
.JQueryBanner_2_slider1Image span {
    position: absolute;
	font: 15px/15px Arial, Helvetica, sans-serif;
    padding-top:10px;
    margin-left:10px;
    width: 948px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.JQueryBanner_2_clear {
	clear: both;
}
.JQueryBanner_2_slider1Image span strong {
    font-size: 14px;
}
.JQueryBanner_2_left {
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 80px;
}
.JQueryBanner_2_right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 258px;
}
#JQueryBanner_2_slider1 ul { list-style-type: none;}
#JQueryBanner_2_slider1 li { margin: 0px;}