#slider1 {
    width: 953px; /* important to be same as image width */
    height: 270px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: auto;
	top: 0px;
}

#slider1Content {
    width: 953px; /* important to be same as image width or wider */
    position: absolute;
	top: 0px;
}
.slider1Image {
    float: left;
    position: absolute;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 950px;
    background-color: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #ffffff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	text-align:left;
	top: 0;
    left: 0;
	width: 150px !important;
	height: 399px;
}
.right {
	text-align:right;
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 400px;
}
.top {
	text-align:left;
	top: 0;
    left: 0;
	width: 950px !important;
	height: 50px;
}
.center {
	text-align:left;
	left: 0px;
	bottom: 0px;
	width: 925px !important;
	height: 50px;
}

#slider1Navigation {    
    position: fixed !important; /* important */
	top: 365px;
	left: 1000px;
	font-size: 1em;
	z-index: 500;
	padding: 0px;
	margin: 0px;
}

#slider1Navigation ul { list-style-type: none;}
#slider1Navigation li { display: inline-block;}
#slider1Navigation a { color: #cdcdcd; margin-left: 10px;margin-right: 10px; padding:0px;}
#slider1Navigation a:hover { color: #d75407;}

ul { list-style-type: none;}
