/* CSS Document */

#slideshow {
    width: 900px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
}

#pictures {
    width: 900px; /* important to be same as image width or wider slider1Content*/
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
	margin-left: 0;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	margin-left: 0;
	font: 16px/24px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 670px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8; /*0.7*/
    opacity: 0.8;
    color: #ffffff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 16px;
}
.left {
	top: 0;
    left: 0px;
	width: 660px !important;
	height: 280px;
	font-size:16px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.left4 {
	top: 0;
    left: 0px;
	width: 400px !important;
	height: 290px;
	font-size:16px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
.left6 {
	top: 0;
    left: 0px;
	width: 679px !important;
	height: 290px;
	font-size:16px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.left7 {
	top: 0;
    left: 0px;
	width: 509px !important;
	height: 290px;
	font-size:16px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

.right {
	right: 0;
	bottom: 0;
	width: 410px !important;
	height: 290px;
	font-size:16px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.right7 {
	right: 0; /*costing source*/
	bottom: 0;
	width: 407px !important;
	height: 290px;
	font-size:16px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.right3 {
	right: 0;
	bottom: 0;
	width: 520px !important;
	height: 290px;
	font-size:16px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.right5 {
	right: 0;
	bottom: 0;
	width: 400px !important;
	height: 290px;
	font-size:16px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
