div.scroller { /* modify width and height of scrolling section if necessary */ width: 670px; height: 305px; overflow: hidden; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-align: center; position: static; } div.scroller div.section { /* modify width and height of each section as needed (should match the size of the scroller window) */ width:670px; height:350px; overflow:hidden; float:left; background-position: left; } div.scroller div.content { width: 10000px; background-position: left; } div#section2 { background-position: center; width: 670px; height: 350px; } #my-glider { width: 670px; background-position: top; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; height: 200px; }