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