#slider1 {
    margin: 0;
    width: 516px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
    display: none;
}

#slider1Content {
    width: 516px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: -30px;
}
.slider1Image {
    float: left;
    position: relative;
    display: none;
    list-style-type: none !important;
    left: 30px;

}

/*.slider1Image span {
    position: absolute;
    font: 18px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}*/

.slider1Image span {
    position: absolute;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 10px 13px 15px 13px;
    width: 694px;
    background-color: #222222;
    filter: alpha(opacity=85);
    background: rgba(28,28,28,.85);
    color: #ccc;
    display: none;
	font-weight: normal;
	line-height: 140%;
}

.slider1Image span a.more-info {
	border-bottom: 1px dashed #fff;
}

.slider1Image span a:link,
.slider1Image span a:visited {
color:#fff; 
margin-left:-1px;
font-weight: normal;
}

.slider1Image span a:hover,
.slider1Image span a:active {
color: #ff7036;

}
.clear {
	clear: both;
}
.slider1Image span strong, .slider1Image span strong a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 24px;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 10px;
	border: none;
}

.slider1Image a img {
border: 0;
}

.left {
	top: 0;
    left: 0;
	width: 135px !important;
	height: 250px;
}

.right {
	right: 0;
	top: 0;
	width: 135px !important;
	height: 250px;
}
.bottom {
	top: 190px;
        left: 0;
	width: 516px !important;
	height: 40px;
}
.top {
	top: 0;
    left: 0;
	width: 516px !important;
	height: 40px;
}

.wide {
	width: 180px !important;
}

#jic {
margin: 0;
}

#jic img {
border: 0;
}

/*#jic span {
    position: absolute;
    font: 18px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 516px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
} */

#jic span {
    position: absolute;
    font: 18px Arial, Helvetica, sans-serif;
    padding: 10px 13px 15px 13px;
    width: 516px;
    background-color: #666666;
    filter: alpha(opacity=85);
    background: rgba(0,0,0,.90);
    color: #fff;
}
