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