/* Bottom Left Slider */

.slideshow { height: 177px; width: 491px; overflow:hidden;}
.slideshow img { border: none; }

/* Top Left Slider */

#slider {
    width: 519px; /* important to be same as image width */
    height: 457px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider img { border:none;}

#sliderContent {
    width: 519px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0px;
	padding:0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: normal 12px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 491px;
    background-color: #fff8d9;
    color: #79640a;
    display: none;
	height:78px;
	border:1px solid #dcca7d;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom_sl {
	bottom: 0;
    left: 0;
}
#sliderContent ul { list-style-type: none;}

h4 {
	margin:0;
	padding:0;
	color:#79640A;
	font: bold 22px Georgia, "Times New Roman", Times, serif;
}
