/***************** Top Slider Image ***************/
#slider1 { 
	text-align: left;
	line-height: 1.9em;
	width: 940px; /* important to be same as image width */
	height: 200px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    	width: 960px; /* important to be same as image width or wider */
	height: 200px; /* important to be same as image height */
    	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    	float: left;
    	position: relative;
	display: none;
}
.slider1Image span {
	font: normal 0.875em/1.2em "Helvetica",Arial, sans-serif;
	line-height: 20px;
    	position: absolute;
       /*     padding: 4px 20px; */
    	width: 500px;
    /*background-color: #333;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;   */
    	color: #39507d;
    	display: none;
}

.slider1Image span a {
	color: #666666;
}
.slider1Image span a:hover {
	color: #333;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong  {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    	left: 0;
}
.left {
	top: 0;
    	left: 0;
	width: 325px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}