body {
    height: 200px;
    padding: none;
    margin: none;
    background: black;
    
}

.frame {
    width: 1920px;
    height: 500px;
    overflow:hidden;
    top: -8px;
    left: -8px;
    margin: 0px auto;
    position: relative;
    height: auto;
    min-height: 1080px;
    max-width: 1920px;
    background: rgb(0, 0, 0);
    min-width: 1000px;
    text-align: center;
}

.holder {
    width: 1100px;
    height: 600px;
    position: relative;
    top: 75px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    text-align: left;
}

.navagation {
    width: 150px;
    height: inherit;
    position: relative;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin-right: 0px;
    text-align: right;
    top: 40px;
    text-align: right;
}

.navagation li {
    position: relative;
    width: inherit;
    font-size: 12px;
    height: 14px;
    color: white;
    cursor: pointer;
    font-family: 'UniversLT-Condensed';
    margin-top: 0px;
    display: inline-block;
    left: -15px;
}

.navagation li a{
    text-decoration: none;
}

.navagation li:nth-child(1){
    width: inherit;
    margin-top: 40px;
    height: 65px;
    background: url(logo.png);
    margin-bottom: 50px;
    margin-right: 0px;
    left: -6px;
    background-size: 100% 100%;
}

.preview{
    width: 800px;
    height: 525px;
    border: 2px solid white;
    left: -2px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-size: 100% 100%;
}

.miniaward{
    width: 128px;
    height: 148px;
    background: url("mini.png");
    right: 50px;
    top: -40px;
    position: absolute;
    z-index: 2122;
    display: none;
}

.arrow-left-main{
    width:400px;
    height: 525px;
    position: absolute;
    background: url(arrow-left-main.png);
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -0-transition: 1s;
    transition: 1s;
    display: none;
}

.arrow-right-main{
    width:400px;
    height: 525px;
    position: absolute;
    background: url(arrow-right-main.png);
    float: right;
    right: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -0-transition: 1s;
    transition: 1s;
    display: none;
}

.arrow-left-main-exp{
    width:400px;
    height: 525px;
    position: absolute;
    background: url(arrow-left-main.png);
    cursor: pointer;
    opacity: 1;
    z-index: 10;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -0-transition: 1s;
    transition: 1s;
    display: block;
    z-index: 1200;
}

.arrow-right-main-exp{
    width:400px;
    height: 525px;
    position: absolute;
    background: url(arrow-right-main.png);
    float: right;
    right: 0px;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -0-transition: 1s;
    transition: 1s;
    display: block;
    z-index: 1200;
}


.slider-main {
    width: 830px;
    height: 100px;
    top: 20px;
    position: relative;
    left: 57px;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    list-style: none;
}

.slider-holder {
    width: 806px;
    height: 100px;
    position: relative;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
}

#slider {
    width:;
    height: 100px;;
    position: relative;
    display: inline-block;
    text-align: left;
    list-style: none;
    top: -15px;
}

.arrow-left {
    display: block;
    position: absolute;
    top: 5px;
    left: -60px;
    width: 65px;
    height: 65px;
    background: url(arrow-left.png);
    z-index: 2;
    cursor: pointer;
    opacity: .2;
    transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    -moz-transition: .9s;
}

.arrow-left:hover{
    opacity: .8;
}


.arrow-right {
    display: block;
    position: absolute;
    top: 5px;
    right: -35px;
    float: right;
    width: 65px;
    height: 65px;
    background: url(arrow-right.png);
    z-index: 2;
    cursor: pointer;
    opacity: .2;
    transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
    -moz-transition: .9s;
}

.arrow-right:hover{
    opacity: .8;
}

#slider li{
    width: 90px;
    height: 60px;
    margin-top: 5px;
    position: relative;
    border: solid 1px white;
    float: left;
    left: -40px;
    margin-right: 10px;
    cursor: pointer;
    background-size: 100% 100%;
}

@media only screen 
and (min-width : 0px) 
    and (max-width : 1200px) {
        
.holder {
    width: 900px;
    height: 495px;
}
 
.navagation {
    width: 100px;
}

.navagation li {
    font-size: 10px;
}

.navagation li a{
    text-decoration: none;
}

.navagation li:nth-child(1){
    width: inherit;
    height: 45px;
    background-size: 100% 100%;
}
        
.preview{
    width: 600px;
    top: 40px;
    position: relative;
    height: 385px;
}

.arrow-left-main{
    width:300px;
    height: 425px;
    background-size: 100% 100%;
}

.arrow-right-main{
    width:300px;
    height: 425px;
    background-size: 100% 100%;
}
        
.arrow-left-main-exp{
    width:300px;
    height: 385px;
    background-size: 100% 100%;
}

.arrow-right-main-exp{
    width:300px;
    height: 385px;
    background-size: 100% 100%;
}
        
        
.slider-main {
    width: 630px;
    height: 100px;
    top: 20px;
    position: relative;
    left: 9px;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    list-style: none;
}

.slider-holder {
    width: 606px;
    height: 100px;
    position: relative;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    list-style: none;
}

#slider {
    width:;
    height: 100px;;
    position: relative;
    display: inline-block;
    text-align: left;
    list-style: none;
    top: -15px;
}

.arrow-left {
    display: block;
    position: absolute;
    top: 5px;
    left: -60px;
    width: 65px;
    height: 65px;
    background: url(arrow-left.png);
    z-index: 2;
    cursor: pointer;
}

.arrow-right {
    display: block;
    position: absolute;
    top: 5px;
    right: -35px;
    float: right;
    width: 65px;
    height: 65px;
    background: url(arrow-right.png);
    z-index: 2;
    cursor: pointer;
}

#slider li{
    width: 90px;
    height: 60px;
    margin-top: 5px;
    position: relative;
    border: solid 1px white;
    float: left;
    left: -40px;
    margin-right: 10px;
    cursor: pointer;
    background-size: 100% 100%;
}

.miniaward{
    right: 100px;
} 
        
.webslide {
    width: 450px;
    height: 427px;
    background: url(overslide.png);
    right: 30px;
    top: 0px;
    background-size: 100% 100%;
}
        
}
