.a2 {
    background: url(../graphics/panel.png) center no-repeat;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    width: 65px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    border: 2px solid;
    border-radius: 5px;
    text-decoration: none;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

main {
    min-width: 320px;
    max-width: 1300px;
    padding: 50px;
    margin: -41px auto; /* margin: 0 auto; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 1350px 1050px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

img {
    display: block;
}

.list {
    width: 100%;
    clear: both;
}

.list li a.thumbnail {
    display: block;
    position: absolute;
/ / relative;
    margin: 0px 0px 10px 10px;
    cursor: pointer;
}

.list li a.thumbnail img {
    width: 297px;
    height: 200px;
}

.list li a.thumbnail div.static {
    width: 100%;
    position: absolute;
    top: 0px;
}

.list li a.thumbnail div {
    width: 100%;
}

.static.r1 {
    background-repeat: no-repeat;
    background-size: 500% 100%;
    display: inline-block;
    height: 100%;
    width: 300px;
}

.s1 {
    background-position: 0% 0;
}

ul, li {
    padding: 0px;
    margin: 0px;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.list li {
    width: 337px;
/ / 25.33 %;
    display: block;
    float: left;
}

.list li .info {
    margin: 221px 0px 0px 20px;
/ / 0 px 0 px 0 px 10 px;
}

.list li .info h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
}

.list li .li-wrapper {
    background: #eeeeee;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
/ / 10 px;
    margin-left: 20px;
    margin-bottom: 30px;
/ / 20 px;
    box-shadow: 2px 2px 3px #dddddd;
/ / 0 px 0 px 3 px #dddddd;
}

body {
    background-color: #FAFAFA;
}