/* begin Page */

#slider1 {
			width: 726px; /* important to be same as image width */
			height: 348px; /* important to be same as image height */
			position: relative; /* important */
			overflow: hidden; /* important */
		}

		#slider1Content {
			width: 654px; /* important to be same as image width or wider */
			position: absolute;
			top: 107px;
			margin-left: 14px;
		}
		.slider1Image {
			float: left;
			position: relative;
			display: none;
		}
		.slider1Image span {
			position: absolute;
			font: 11px/15px Arial, Helvetica, sans-serif;
			padding: 10px 13px;
			width: 600px;
			background-color: #FFFFFF;/*#0D5D9F;#916005*/
			filter: alpha(opacity=80);
			-moz-opacity: 0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
			color: #000000;
			display: none;
		}
		.clear {
			clear: both;
		}
		.slider1Image span strong {
			font-size: 15px;
		}
		.left {
			top: 0;
			left: 0;
			width: 185px !important;
			height: 230px;
		}
		.right {
			right: 0;
			bottom: 0;
			width: 185px !important;
			height: 235px;
		}
		.bottom {
			right: 0;
			bottom: 0;
			width: 695px !important;
			height: 65px;
		}
    .top {
			right: 4;
			top: 4;
			width: 1px !important;
			height: 1px;
		}
		ul { list-style-type: none;}

.sliderTextDiv {
  font: 11px/15px Arial, Helvetica, sans-serif;
  padding: 10px 13px;
  background-color: #FFFFFF;/*#0D5D9F;#916005*/
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  color: #000000;
}