#slider2 { width: 760px; /* important to be same as image width */ height: 365px; /* important to be same as image height */ position: relative; /* important */ overflow: hidden; /* important */ background-image: url(../images/s3slider_bg.gif); background-repeat: no-repeat; background-position: 0px 0px; }

#slider2Content {
    width: 760px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider2 ul{
 	float: left;
    position: relative;
    margin-left: 0;
	padding: 0;
	margin: 0;
}
.slider2Image {
    float: left;
    position: relative;
	display: none;
	padding: 0;
	margin: 0;
}
.slider2Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width: 694px;
    background-color: #3b3e74;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
	margin: 0px 0px 0px 16px;
	width: 349px !important;
	height: 120px;
}
.bottom h1{
	font: 20px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
	margin: 20px 0px 5px 20px;
}
.bottom p{
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 20px;
}
.left {
	top: 0;
    left: 0;
	
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
.bottomright {
	bottom: 0;
    left: 0;
	margin: 0px 0px 0px 396px;
	width: 349px !important;
	height: 120px;
}
.bottomright h1{
	font: 20px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
	margin: 20px 0px 5px 20px;
}
.bottomright p{
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 20px;
}