
#interactive_module {
    width: 990px;
    height: 440px;
    position: relative;
    background: url('../i/dl_module/bg.png');
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#interactive_module ul,  
#interactive_module ul > li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

#interactive_module .selector {
    width: 100%;
    height: 23px;
}

#interactive_module .selector > li {
    width: 16px;
    height: 15px;
    margin: 5px 4px;
    float: right;
    background: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: black;
}

#interactive_module .selector > li.active {
    background: #fbd800;
}

#interactive_module .selector > li.play, 
#interactive_module .selector > li.pause {
    width: 21px;
    height: 12px;
    margin: 6px 10px 0 5px;
    background: url('../i/dl_module/play-pause.png') no-repeat top left;
}

#interactive_module .selector > li.pause {
    background-position: bottom left;
}

#interactive_module .slides, 
#interactive_module .slides > li, 
#interactive_module .slides > li .panels {
    width: 990px;
    height: 415px;
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

#interactive_module .slides > li {
    top: 0;
    left: 0;
    position: absolute;
    background: black;
}

#interactive_module .slides > li .panels > li {
    margin: 0 1px 1px 0;
    padding: 0;
    display: block;
    float: left;
    overflow: hidden;
    list-style-type: none;
    position: relative;
    cursor: pointer;
}

#interactive_module .slides .panels > li:hover .overlay p {
    text-decoration: underline;
}

#interactive_module .slides .one .panels > li {
    width: 989px;
    height: 415px;
}

#interactive_module .slides .two .panels .first {
    width: 329px;
    height: 415px;
}

#interactive_module .slides .two .panels .second {
    width: 659px;
    height: 415px;
}

#interactive_module .slides .three .panels > li, 
#interactive_module .slides .grid .panels > li {
    width: 329px;
    height: 415px;
}

#interactive_module .slides .grid .panels .first .overlay, 
#interactive_module .slides .grid .panels .third .overlay {
    bottom: 165px;
}

#interactive_module .slides .five .panels > li {
    width: 197px;
    height: 415px;
}

#interactive_module .slides .video-indicator {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: url('../i/dl_module/play.png') center center no-repeat;
}

#interactive_module .overlay {
    width: 100%;
    height: 180px;
    bottom: 0;
    position: absolute;
    background: url('../i/dl_module/overlay_bg.png') bottom left repeat-x;
}

#interactive_module .overlay h2 {
    margin: 110px 15px 8px 15px;
    font-size: 18px;
    line-height: 20px;
}

#interactive_module .slides .one .overlay h2 {
    font-size: 26px;
    line-height: 28px;
}

#interactive_module .overlay p {
    margin: 0 15px;
    font-size: 12px;
    color: white;
}

#interactive_module .slides .one .overlay p {
    font-size: 16px;
}

#interactive_module .video {
    width: 989px;
    height: 415px;
    top: 25px;
    left: 0;
    position: absolute;
    background: black;
}

#interactive_module .video video {
    margin: 0 126px;
}

#interactive_module .video .close {
    width: 21px;
    height: 21px;
    top: 15px;
    right: 15px;
    position: absolute;
    background: url('../i/dl_module/close.png') no-repeat top left;
    cursor: pointer;
}

#interactive_module .video .close span {
    display: none;
}

