#puzzleIntro .logo {
    position: absolute;
    top: 130px;
    left: 217px;
    width: 580px;
    height: 200px;
    text-align: center;
}
#puzzleIntro .logo img {
    max-width: 580px;
    max-height: 200px;
}
#puzzleIntro .text {
    position: absolute;
    top: 245px;

    font-size: 2.1em;
    font-weight: 100;
    text-align: justify;
    display: block;
    margin: 0 0 60px 117px;
    color: #000;
    width: 790px;
    line-height: 30px;
}
#puzzleIntro .buttonPlay {
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 300px;
    height: 54px;
    top: 475px;
    left: 367px;
    cursor: pointer;
    color: #FFF;
    font-size: 34px;
    font-weight: 800;
    padding-top: 14px;
    text-align: center;
}
#puzzleIntro .buttonRule {
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 214px;
    height: 48px;
    top: 568px;
    left: 408px;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    padding-top: 10px;
    text-align: center;
    line-height: 1.4;
}
#puzzleGame {
    width: 1024px;
    height: 768px;
}
#puzzleGame span,
#puzzleIntro span {
    color: #000;
}
#puzzleGame .timer {
    position: absolute;
    display: block;
    /*background: url(./../../../imgs/telaris/box_time_icon.png) 0 0 no-repeat;*/
    width: 73px;
    height: 58px;
    left: 932px;
    top: 17px;
}
#puzzleGame .timer .icon {
    position: absolute;
    display: block;
    background: url(./../../../imgs/telaris/icon_clock.png) 0 0 no-repeat;
    width: 42px;
    height: 42px;
    left: 18px;
    top: 11px;
}
#puzzleGame .timer .count {
    position: absolute;
    display: block;
    width: 73px;
    height: 40px;
    top: 62px;
    margin-left: -1px;
    text-align: center;
    color: #7B2274;
    font-size: 29px;
    font-weight: bold;
    padding-left: 6px;
    /*text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    filter: dropshadow(color=#000, offx=1, offy=1);*/
}
#puzzleGame .boxGroup {
    position: absolute;
    display: block;
    width: 938px;
    height: 120px;
    left: 42px;
    top: 523px;
}
#puzzleGame .box {
    position: absolute;
    display: block;
    background: url(./../../../imgs/telaris/box_drag_puzzle.png) 0 0 no-repeat;
    width: 136px;
    height: 106px;
}
#puzzleGame .box .title {
    position: absolute;
    width: 136px;
    top: 114px;
    text-align: center;
}
#puzzleGame .box .title span {
    color: #7B2274;
    font-size: 17px;
    font-weight: 700;
    line-height: 19px;
    cursor: pointer;
}
#puzzleGame .imageGroup {
    position: absolute;
    display: block;
    width: 880px;
    height: 220px;
    top: 0px;
    left: 0px;
}
#puzzleGame .image {
    position: absolute;
    display: block;
    max-width: 100px;
    max-height: 100px;
    border: 3px solid #FFF;

    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
#puzzleGame .imageSelected {
    max-width: 130px;
    max-height: 130px;
}
#puzzleGame .image img {
    width: 120px;
    height: 120px;
    cursor: pointer;
}
#puzzleGame .message .text {
    position: absolute;
    top: 160px;
    left: 290px;
    width: 450px;
    height: 100px;
    font-size: 22px;
    font-weight: 100;
    line-height: 30px;
    text-align: center;
}
#puzzleGame .message .button {
    position: absolute;
    top: 300px;
    left: 410px;
}
#puzzleGame .message .alert {
    position: absolute;
    top: 450px;
    left: 210px;
    width: 600px;
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
    text-align: center;
}
#puzzleGame .buttonNext {
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    position: absolute;
    width: 216px;
    height: 48px;
    cursor: pointer;
    color: #FFF;
    font-size: 22px;
    font-weight: 800;
    padding-top: 10px;
    text-align: center;
}
#puzzleGame .buttonReload {
    background: url(./../../../imgs/telaris/button_reload_null.png) 0 0 no-repeat;
    position: absolute;
    width: 214px;
    height: 48px;
    cursor: pointer;
    color: #44667b;
    font-size: 22px;
    font-weight: 700;
    padding-top: 11px;
    text-align: center;
}
#puzzleGame .mediaIcon {
    position: absolute;
    background: url("../../../imgs/telaris/widget_test/iconVideo.png") top left no-repeat;
    width: 68px;
    height: 67px;
    top: 0;
    left: 0;
}
#puzzleGame #player {
    position: absolute;
    width: 480px;
    height: 480px;
    margin: 24px;
    background-color: #000;
}
.msg {
    color: #fff;
    position: absolute;
    top: 300px;
    left: 290px;
    width: 450px;
    height: 100px;
    font-size: 26px;
    font-weight: 100;
    line-height: 30px;
    text-align: center;
}
#puzzleGame .scatter {
    position: absolute;
    max-width: 120px;
    max-height: 120px;
}
#puzzleGame .iconZoom {
    position: absolute;
    background: url("./../../../imgs/telaris/icon_zoom.png") top left no-repeat;
    width: 24px;
    height: 25px;
    bottom: 0;
    right: 0;
}