

 @font-face { font-family:JaneAust; src:url(JaneAust.ttf), url(JaneAust.ttf); }


#slider {
    width: 930px; /* important to be same as image width */
    height: 310px; /* important to be same as image height */
    margin : 0px;
    padding: 0px;
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 920px; /* important to be same as image width or wider */
float : left;
}
.sliderImage {
    float: left;
margin : 0px;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 40px JaneAust, Helvetica, sans-serif;
    padding: 10px 13px;
    width:600px;
color : #FFF;text-shadow: 2px 2px 2px #000;
    display: none;margin : 0px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 3em;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

