SyntaxFix
Write A Post
Hire A Developer
Questions
Centering something absolutely positioned is rather convoluted in CSS.
absolute
ul#slideshow li { position: absolute; left:50%; margin-left:-20px; }
Change margin-left to (negative) half the width of the element you are trying to center.
margin-left