/* CSS Document */
#slider1 {
    float:left;
    width: 738px; /* important to be same as image width */
    height: 160px; /* important to be same as image height */
    position:relative;
    margin-top:0px;
    margin-left:0px;
    padding:0px;
	  overflow: hidden; /* important */
	z-index:4;
}

#slider1Content {
    width: 738px; /* important to be same as image width or wider */
    position: relative;
	margin-top: 0px;
	margin-left: 0px;
}


.slider1Image {
    position:relative;
    margin-top:0px;
    margin-left:0px;
    padding:0px;
	display: none;
}

#slider1 ul { list-style-type: none;margin:0px;padding:0px;}
.clear {
	clear: both;
}

.left {
	margin-top: 0;
  margin-left: 0;
	width: 150px !important;
	height: 140px;
}
.right {
	margin-right: 0;
	margin-bottom: 0;
	width: 150px !important;
	height: 140px;
}
