#slider {
	margin-top:4px;
	margin-bottom:-55px;
	margin-left:1px;
	width:958px; /* important to be same as image width */
	height:245px; /* important to be same as image height */
    position: relative; /* important */
}
#sliderContent {
    width: 958px; /* important to be same as image width or wider */
	height:245px;
    position: absolute;
	background-color:#1b4c8f;
	top:0;
	left:0;
	padding: 0;
	margin: 0
}
.sliderImage {
    float: left;
    position: relative;
	margin:0 0 -5px 0;
	display: none;
}

#slider img {
	border:none;
}

#sliderContent ul { list-style-type: none;}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px 10px 13px;
    width: 932px;
    color: #fff;
    display: none;

	background: url("transbg.png");

    /* filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
	background-color: #000;
	*/

}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 5px;
    left: 0;
}

ul { list-style-type: none;}


a.links:link, a.links:visited {
	color: #ea9903;
	font-weight:bold;
}

a.links:hover {
	color: #ea9903;
	font-weight:bold;
}

