body {
    margin: 0;
    font-family: Arial, sans-serif;
}
.centered {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

/* MAIN ELEMENTS */

#wrapper {
    left: -34px;
    top: -5px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
#ad {
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}
#content {
    position: relative;
    top:-900px;
    width: 1300px;
    height: 900px;
    margin: 0 auto;
    opacity: 1;
    z-index:2;
}
#resolve {
    position: absolute;
    width:590px;
    height:332px;
    left:358px;
    top:252px;
    margin: 0 auto;
    opacity: 0;
    display:none;
    z-index:3;
}
#trailer {
    position: absolute;
    width:590px;
    height:332px;
    left:358px;
    top:252px;
    margin: 0 auto;
    opacity: 0;
    z-index:3;
}

#synopsis {
    position: absolute;
    width:590px;
    height:332px;
    left:358px;
    top:252px;
    margin: 0 auto;
    opacity: 0;
    z-index:3;
    overflow: hidden;
}

/* MAIN CONTENT ELEMENTS */
#btn_content_close {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 15px;
    right: 10px;
    background: url("../images/btn_close.png");
    cursor: pointer;
}
#btn_content_close:hover{
    background: url("../images/btn_close_over.png");
}

#btn_content_cta {
    position: absolute;
    width: 223px;
    height: 42px;
    top: 177px;
    left: 643px;
    opacity: 0;
    background-image: url("../images/img_trailer_cta_off.png");
}
#btn_content_cta:hover{
    background-image: url("../images/img_trailer_cta_on.png");
}

#btn_content_cta.tickets {
    background-image: url("../images/img_tickets_cta_off.png");
}
#btn_content_cta.tickets:hover{
    background-image: url("../images/img_tickets_cta_on.png");
}

#content_holder{
    position: absolute;
    width:590px;
    height:332px;
    left:356px;
    top:250px;
    background-color: rgba(0, 0, 0, 0.8);
    border:2px solid #7292a4;
    opacity:0;
}

#content img {
    position: absolute;

    opacity: 0;
}

#content_bg {
    opacity: 1;
}

.pos{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* MENU ELEMENTS */
#menu{
    position: absolute;
    width:232px;
    height:27px;
    left:535px;
    top:586px;
    overflow: hidden;
}

#menu img{ opacity:1 }

#btn_synopsis{
    position: absolute;
    right:0;
    top:-27px;
    width:128px;
    height:27px;

}

#btn_video{
    position: absolute;
    left:0;
    top:-27px;
    width:104px;
    height:27px;
}


/* TRAILER ELEMENTS */
#intro{
    position: relative;
    width: 1300px;
    height: 900px;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
    z-index: 1;
}
#introAnimation{
    position: absolute;
    width: 1300px;
    height: 900px;
    margin: 0 auto;
    padding: 0;
    /*z-index: 7000;*/
    opacity: 0;
}
#btn_trailer_cfa {
    position: absolute;
    top: 0;
    left: 0;
    width:590px;
    height:320px;
    background-image: url("../images/btn_trailer_cfa.png");
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0;
}
#trailer_video_player {
    position: absolute;
    top: 0;
    left: 0;
    width:590px;
    height:332px;
    background: #000;
    overflow: hidden;
}






/* === VIDEO CONTROLS === */

#video_controls {
    position: absolute;
    top: 310px;
    left: 10px;
    width: 50px;
    height: 20px;
    z-index: 8000;
    opacity: 0;
    display: none;
}
#btn_play {
    position: absolute;
    top: 0;
    right: 35px;
    width: 11px;
    height: 13px;
    background: url("../images/btn_trailer_play.png") top;
    cursor: pointer;
    display: none;
    z-index: 8000;
}
#btn_pause {
    position: absolute;
    top: 0;
    right: 35px;
    width: 8px;
    height: 13px;
    background: url("../images/btn_trailer_pause.png") top;
    cursor: pointer;
    display: block;
    z-index: 8000;
}
#btn_audio_on {
    position: absolute;
    top: 0;
    right: 8px;
    width: 14px;
    height: 13px;
    background: url("../images/btn_trailer_audio_on.png") top;
    cursor: pointer;
    display: block;
    z-index: 8000;
}
#btn_audio_off {
    position: absolute;
    top: 0;
    right: 8px;
    width: 14px;
    height: 13px;
    background: url("../images/btn_trailer_audio_off.png") top;
    cursor: pointer;
    display: block;
    z-index: 8000;
}
#btn_play:hover, #btn_pause:hover, #btn_audio_on:hover, #btn_audio_off:hover {
    background-position: bottom;
}
#video_scrubber {
    position: absolute;
    top: 0;
    left: 55px;
    width: 200px;
    height: 15px;
    opacity: 0;
    -webkit-appearance: none;
    background-color: silver;
    cursor: pointer;
    z-index: 8000;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 13px;
    height: 15px;
}
#video_scrubber_bg {
    position: absolute;
    top: 5px;
    left: 55px;
    width: 200px;
    height: 1px;
    z-index: 7999;
}
#video_scrubber_progress {
    position: absolute;
    top: 5px;
    left: 55px;
    width: 0;
    height: 1px;
    z-index: 8000;
}

/* RESOLVE ELEMENTS */


/* SYNOPSIS */

#synopsis img{ opacity:1 }

#synopsis_content{
}

.scrollbar
{
    position: absolute;
  float: left;
  height: 300px;
  width: 580px;
  top: 15px;
  left: 0px;
	overflow-y: scroll;
  overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000000;
}

.scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #000000;
}

.scrollbar::-webkit-scrollbar-thumb
{
	background-color: #abcad8;
}
