/* @override 
	http://localhost/ccl/stylesheets/letbyliz2010_slideshow.css*/

/* Styling for letbyliz2010 slideshow with captions */

/* Reset from Yahoo Grids */

#slider {
    width: 900px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
	padding: 10px 15px 0px 25px;
    width: 155px;
    height: 105px;
  	color: #d5d1cf;
    display: none;
	text-align: left;
}
.clear {
	clear: both;
}
.sliderImage span  {
    font-size: 22px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

ul { list-style-type: none;}