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