#example {position:relative;width: 650px;border: 5px solid #003398;height: 300px;}
/* Slideshow */
#slides {position:absolute;z-index:100;}
/* Slides container Important:
Set the width of your slides container
Set to display none, prevents content flash
*/
.slides_container {width:650px;overflow:hidden;position:relative;display:none; height:300px;}
/*
Each slide
Important:
Set the width of your slides
If height not specified height will be set by the slide content
Set to display block
*/
.slides_container a {width:650px;height:300px;display:block;}
.slides_container a img {display:block;}
/* Pagination */
.pagination {position: absolute;left: 10px;bottom: 10px;z-index: 20;}
.pagination li {float:left;margin:0 1px;list-style:none;}
.pagination li a {display:block;width:18px;height:0;padding-top:18px;background:url(../images/SlideShow.png);float:left;overflow:hidden;}
.pagination li.current a {background:url(../images/SlideShow-Current.png);}