#slider1 {
    width: 775px; /* important to be same as image width */
    height: 177px; /* important to be same as image height */
    margin-top: 120px;
   }

#slider1Content {
    width: 775px; /* important to be same as image width or wider */
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	margin-top: 0px;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px;
    width: 775px;
    background-color: #3485af;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 177px;
}
.right {
	right: 20px;
	bottom: 0;
	width: 20px !important;
	height: 20px;
}
#slider1 ul { list-style-type: none;
padding: 0px}

#slider1 li
{	list-style-image: none;
	list-style-type: none;
	list-style-position:outside;
	height: 177px;
}

.slider1Image img
{border: none}

