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

#slider1Content {
    width: 920px; /* 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 1.1em/1.5em Arial, sans-serif;
    position: absolute;
    padding: 10px 13px;
    width: 900px;
    color: #fff;
    display: none;
}

.slider1Image span a {
	color: #fae282;
}
.slider1Image span a:hover {
	color: #fae282;
	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;}