#slider1 {
    width: 740px; /* important to be same as image width */
    height: 150px; /* important to be same as image height */
	top: 0px;
	left: 0px;
    position: relative; /* important */
	overflow: hidden; /* important */
	background-image: url('/images/flashBg.jpg');
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}

#slider1Content {
    width: 740px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding:0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	top:0px;left:0px;
	padding:0px;
	margin:0px;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 5px 13px;
    width: 740px;
    /*background-color:#0066FF;*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 12px;
}
.left {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 150px;
}
.right {
	right: 0;
	bottom: 0;
	width: 200px !important;
	height: 150px;
}
.top {
	top: 0;
	left: 0;
	width:100px;
	z-index:100;
}
.bottom {
	bottom: 0;
    left: 0;
}
.slider ul { }
.plainul ul {list-style-type: circle;}