#slider0 {
    width: 1366px; /* important to be same as image width */
    height: 472px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1, #slider2 {
    width:1366px; /* important to be same as image width */
    height:472px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1, #slider2 ul {
	margin:0px;
	padding:0px;
}

#slider0Content, #slider1Content, #slider2Content {
    width: 1366px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider0Image, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.slider0Image span {
    position: absolute;
	font-size: 10px/15px calibri;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width:100%;
    background-color: #233061;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	font-size: 14px;
	font-family:calibri;
    padding: 10px 13px;
    width: 100%;
    background-color: #233061;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
	text-align:justify;
	font-weight:normal;
}
.slider1Image span, .slider2Image span ul {
	margin:20px;
	padding:20px;
}
.slider1Image span, .slider2Image span ul li {
	list-style:decimal inside;
	margin-left:10px;
	padding:5px;
}
.clear {
	clear: both;
}
.slider0Image span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:36px;
	color:#A8D2F3;
	text-shadow:0px 1px 1px #292929;
	text-align:left;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
.left {
	top: 0;
	left: 0;
	width: 300px !important;
	height: 100%;
}
.right {
	right: 0;
	bottom: 0;
	width: 300px !important;
	height: 100%;
}
.offset {
	left: 80px;
}
.offsetRight {
	right: 40px;
}
