.slider {
margin: 0 0 0 -9px !important;

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

#slider1Content {
    width: 485px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image span {
    position: absolute;
	font: 12px/17px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 460px;
    background-color: #c6d670;
    filter: alpha(opacity=80);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.8;
    color: #000;
    display: none;
}
.slider1Image a {
color: #323232;
font-weight: bold;
font: 20px Georgia, Times New Roman, Times, serif;
text-decoration: none;
letter-spacing: 2px;
font-style:italic;
}
.slider1Image a:hover {
color: #2572c2;
font-weight: bold;
font: 20px Georgia, Times New Roman, Times, serif;
text-decoration: none;
letter-spacing: 2px;
font-style:italic;
}
#slider1 .clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 13px;
}
#slider1 .top {
	top: 0;
	/* top: 2px; */
	left: 0;
	border-bottom: 1px solid #000;
}
#slider1 .bottom {
	bottom: 0;
    left: 0;
    height: 40px;
    border-top: 1px solid #000;
}
#slider1 .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
	border-right: 1px solid #000;
}
#slider1 .right {
	right: 0;
	bottom: 0;
	width: 200px !important;
	height: 91.5%;
border-left: 1px solid #000;
line-height: 17px;
}
#slider1 ul li { list-style-type: none;}
#slider1 .image-border { text-decoration: none; border: 0 none; }