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