
						/*    SPECIAL STYLES FOR PHOTO SLIDESHOWS            */
#slideshow object {margin: 0 auto; padding: 0 5%;}
#slideshow ol li {line-height: 0.6em; }

.slideshow object {margin: 0 auto; padding: 0 5%;}
.slideshow ol li {line-height: 0.6em; }

	/* STYLE FOR LIST OF SLIDESHOWS - CONTINUING ORDERED LIST */

#slidelist {counter-reset: slideshownumber;}
ol#slidelist li, ol#slidelistcontinued li {display: block;}
ol#slidelistcontinued {counter-reset:  slideshownumber 8;}
ol#slidelist li:before, ol#slidelistcontinued li:before {content: counter(slideshownumber) ". "; counter-increment: slideshownumber; padding:0; margin-left:-1em;} 