rob@100: #screen{ rob@100: position:relative; rob@100: height:780px; rob@100: width:1280px; rob@100: // margin-top:1px; rob@100: } rob@100: rob@100: #screen .next, #screen .prev{ rob@100: position:absolute; rob@100: top:000px; rob@100: } rob@100: rob@100: #sections{ rob@100: overflow:hidden; rob@100: //background-color:white; rob@100: width:1280px; rob@100: height:800px; rob@100: clear:left; rob@100: } rob@100: rob@100: #sections ul{ rob@100: width:5150px; rob@100: } rob@100: rob@100: #sections li{ rob@100: float:left; rob@100: // padding:1px 1px; rob@100: height: 798px; rob@100: width: 1278px; rob@100: position: relative; rob@100: margin-left:auto; rob@100: margin-right:auto; rob@100: display: table-cell; rob@100: vertical-align: middle; rob@100: background-color: black; rob@100: }