﻿#faded { margin: 0 auto; width: 100%; height: 370px; overflow: hidden; }
#faded ul { padding: 0px; margin: 0px auto; }
#faded ul li { float: left; width: 100%; height: 370px; background-position: center; background-repeat: no-repeat; display: none; }
#faded ul li a { float: left; width: 100%; height: 370px; display: block; cursor: pointer; }
#faded ul li img { width: 1200px; height: 370px; }
#faded dl.pagination { float: left;width: 100%; height: 12px; line-height: 12px; padding: 0px; margin-top: 340px; list-style-type: none; position: relative; white-space: nowrap; z-index: 10; text-align: center; }
#faded dl.pagination dd { width: 12px; height: 12px; display: inline-block; margin: 0px 6px; padding: 0px; }
#faded dl.pagination dd a { float: left; display: block; padding: 0px; background: #20130c; width: 12px; height: 12px; text-indent: 20px; overflow: hidden; text-decoration: none; border: 1px solid #ccc; background-color: #f0f0f0; -moz-border-radius: 50%; -khtml-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
#faded dl.pagination dd a:hover { background-color: #ed1249; border-color: #ed1249; }
#faded dl.pagination dd.current a { background-color: #b50e38; border-color: #b50e38; }
