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