.splash {
    width: 956px;
    height: 200px;
    position: absolute;
    top: 40px;
}

.splash .logo {
    width: 350px;
    height: 100%;
    float: left;
    background: url(/images/logo.png) center center no-repeat;
}
.splash .menu {
    width: 550px;
    height: 100%;
    float: left;
    position: relative;
}

.splash .menu .container {
    position: absolute;
    top: 22%;
    right: 0px;
    width: 500px;
    text-align: center;
}

.splash .menu .container .thumbnailWrapper ul li {
    position: relative;
}

.splash .menu .container .thumbnailWrapper ul li span {
    font-size: 15px;
    position: absolute;
    top: 43px;
    left: 27%;
    color: #000000;
}

.splash .menu .container .thumbnailWrapper ul li img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.splash .tickets {
    height: 100%;
    float: right;
    width: 30px;
    position: relative;
}

.splash .tickets .container {
    top: 26%;
    position: absolute;
    width: 30px;
    padding: 0px;
    background: url('/images/ticket_bg.png') center center no-repeat;
    padding-top: 5px;
    text-align: center;
    height: 82px;
}

.splash .tickets .container div {
    padding-bottom: 4px;
    padding-top: 4px;
    cursor: pointer;
}

.thumbnailWrapper {
    width: 600px;
    margin: 0px auto;
}
.thumbnailWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.thumbnailWrapper ul li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 110px;
    margin-left: 10px;
}
.thumbnailWrapper ul li a img {
    width: 110px;
    position: relative;
    border: none;
}
.clear {
    clear:both;
}