h2 {
    font-size: 2.3em;
    font-weight: 600;
    line-height: 26px;
    color: #7b2274;
}


/*UTILS*/

.plusCredit,
.imageCredit,
.lightCredit,
.thumbCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px"Verdana", Helvetica, Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.2);

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.plusCredit {
    bottom: 240px;
    max-width: 300px;
    padding: 5px;
    z-index: 900;
}
.imageCredit {
    bottom: 20px;
    right: 0px;
    height: 15px;
    max-width: 600px;
    padding: 5px;
    white-space: nowrap;
    z-index: 2;
}
.lightCredit {
    bottom: -100px;
    right: 10px;
    margin-right: 10px;
    height: auto;
    width: auto;
    max-width: 600px;
    padding: 5px;
    z-index: 2;
}
.thumbCredit {
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    height: auto;
    max-width: 348px;
    z-index: 2;
    line-height: 12px;
    padding: 5px;
}
.lightboxCredit {
    margin-bottom: 140px;
}
.buttonSoundPop {
    float: none;
}
.buttonSoundPlay {
    width: 31px;
    height: 27px;
    cursor: pointer;
    background: url(./../../../imgs/telaris/button_play.png) 0 0 no-repeat;
}
.buttonSoundPause {
    width: 31px;
    height: 27px;
    cursor: pointer;
    background: url(./../../../imgs/telaris/button_pause.png) -1px 0 no-repeat;
}
.playerMainWidget {
    float: left;
    width: 500px;
    height: 35px;
    margin-top: 5px;
}
.playerMainWidget audio {
    width: 100%;
}


/*SPLASH*/

#splash {
    position: absolute;
    width: 1024px;
    height: 768px;
    z-index: 0;
}
#splash .splash_img {
    position: absolute;
    opacity: 0;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 530px;
    height: 300px;
}
#splash .splash_bg {
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0px;
    top: 0px;
    max-width: 800px;
}
#splash .splash_text {
    position: absolute;
    opacity: 0;
    z-index: 3;
    left: 0px;
    top: 0px;
    max-width: 800px;
}
#splash .splash_title {
    font-size: 4.8em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}
#splash .splash_subtitle {
    font-size: 3.6em;
    font-weight: 100;
    color: #FFF;
    text-align: center;
}


/*POP ALERT*/

#pop_alert {
    position: absolute;
    width: 1024px;
    height: 768px;
    top: 0px;
    z-index: 900;
    opacity: 0;
    pointer-events: none;
}
#pop_alert .overlay {
    position: absolute;
    background: rgba(123, 34, 116, 0.45);
    width: 1024px;
    height: 768px;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#pop_alert #pop_alert_background {
    position: absolute;
    background: #e6f5fa;
    width: 528px;
    height: 241px;
    top: 0px;
    left: 0px;
    z-index: 1;
    box-shadow: 4px 4px 3px #a584a4;
    border-radius: 10px;
}
#pop_alert #pop_alert_title {
    position: absolute;
    text-align: center;
    top: 45px;
    left: 0px;
    width: 480px;
    font-weight: bold;
    font-size: 2.9em;
    color: #7b2274;
    z-index: 2;
}
#pop_alert #pop_alert_message {
    position: absolute;
    text-align: center;
    width: 480px;
    height: 50px;
    line-height: 26px;
    font-size: 1.8em;
    color: #3e4654;
    z-index: 3;
}
#pop_alert .button_confirm {
    /*position: absolute;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 145px;
    height: 42px;
    cursor: pointer;
    z-index: 4;
    font-size: 2.0em;
    font-weight: bold;
    line-height: 2;
    text-align: center;*/

    position: absolute;
    background: #f78c68;
    border-radius: 8px;
    width: 145px;
    height: 42px;
    cursor: pointer;
    z-index: 4;
    color: #FFF;
    font-size: 2.0em;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
#pop_alert .button_close {
    position: absolute;
    background: url("./../../../imgs/telaris/close-orange-icon.png") 0 0 no-repeat;
    width: 43px;
    height: 43px;
    left: 470px;
    top: 7px;
    cursor: pointer;
    z-index: 5;
}
#pop_alert img {
    max-width: 480px;
}

#html5-lightbox #html5-lightbox-box #html5-close{
    background: url("./../../../imgs/telaris/close-orange-icon.png") 0 0 no-repeat !important;
    width: 43px !important;
    height: 43px !important;
    top: 14px !important;
    right: 15px !important;
}

/*POP MESSAGE*/

#pop_message {
    position: absolute;
    width: 1024px;
    height: 768px;
    top: 0px;
    z-index: 900;
    opacity: 0;
    pointer-events: none;
}
#pop_message .overlay {
    position: absolute;
    background: rgba(123, 34, 116, 0.45);
    width: 1024px;
    height: 768px;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#pop_message #pop_message_background {
    position: absolute;
    width: 727px;
    height: 507px;
    top: 0px;
    left: 0px;
    background: #e6f5fa;
    border-radius: 25px;
    z-index: 1;
    box-shadow: 4px 4px 3px #a584a4;
}
#pop_message #pop_message_title {
    position: absolute;
    text-align: center;
    top: 67px;
    left: 0px;
    width: 640px;
    font-weight: bold;
    font-size: 2.9em;
    color: #7b2274;
    z-index: 2;
}
#pop_message #pop_message_message {
    position: absolute;
    top: 67px;
    left: 0px;
    width: 600px;
    height: 240px;
    color: #3e4654;
    line-height: 26px;
    font-size: 1.8em;
    z-index: 3;
    text-align: left;
}
#pop_message .button_confirm {
    position: absolute;
/*    background: url("./../../../imgs/telaris/button_ok_null.png") 0 0 no-repeat;*/
    background: #f78c68;
    border-radius: 8px;
    width: 145px;
    height: 42px;
    cursor: pointer;
    z-index: 4;
    color: #FFF;
    font-size: 2.0em;
    font-weight: bold;
    line-height: 2;
    text-align: center;
}
#pop_message .button_close {
    position: absolute;
    background: url("./../../../imgs/telaris/close-orange-icon.png");
    width: 40px;
    height: 40px;
    left: 655px;
    top: 20px;
    cursor: pointer;
    z-index: 5;
}
#pop_message img {
    max-width: 570px;
    vertical-align: middle;
}

#pop_message .playAudio {
    margin-bottom: 10px;
}


/*TOP MENU*/

#top_menu {
    position: absolute;
    width: 1024px;
    height: 100px;
    top: 0px;
    z-index: 280;
}
.titleBackground {
    position: absolute;
    width: 988px;
    height: 48px;
    text-align: left;
    top: 10px;
    left: 0px;
    z-index: 301;
    background-color: #d14420;
}
.titleText {
    position: absolute;
    font-family: "ChaletNewYorkNineteenSeventy", "Trebuchet MS", Arial, _sans;
    font-size: 2.6em;
    top: 12px;
    left: 19px;
    color: #fff;
    z-index: 302;
}
.subtitleBackground {
    position: absolute;
    width: 988px;
    height: 37px;
    text-align: left;
    top: 59px;
    left: 0px;
    z-index: 301;
    background-color: #f78c68;
}
.subtitleText {
    position: absolute;
    font-family: "ChaletNewYorkNineteenSeventy", "Trebuchet MS", Arial, _sans;
    font-size: 2.2em;
    top: 8px;
    left: 19px;
    color: #fff;
    z-index: 302;
}


/*BOTTOM MENU*/

#bottom_menu {
    position: absolute;
    background: url("./../../../imgs/telaris/bottom_menu_bar.png") no-repeat;
    width: 1024px;
    height: 57px;
    top: 769px;
    z-index: 736;
}
#bottom_menu #bottomTitle {
    position: absolute;
    width: 380px;
    height: auto;
    text-align: left;
    top: 18px;
    left: 156px;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 20px;
    color: #636975;
    z-index: 363;
    text-align: center;
}
#main_subtitle {
    position: absolute;
    background: url("./../../../imgs/telaris/subtitle_bg.png") no-repeat;
    width: 1024px;
    height: 100px;
    text-align: center;
    top: 687px;
    left: 0px;
    padding-top: 35px;
    z-index: 360;
    text-align: left;
}
#main_subtitle .subtitle_text {
    font-size: 1.6em;
    font-weight: 0;
    color: #FFFFFF;
    width: 910px;
    margin: 0 auto;
}
#bottom_menu .menuOption {
    position: absolute;
    left: 155px;
    width: 780px;
    z-index: 980;
}
#bottom_menu .buttonCompact {
   background: url("./../../../imgs/telaris/menu_compact_close.png") no-repeat;
   position: absolute;
   width:  50px;
   height: 50px;
   left: -152px;
   top: 3px;
   cursor: pointer;
   z-index: 371;
}

#bottom_menu .buttonCompactOpen {
   background: url("./../../../imgs/telaris/menu_compact_open.png") no-repeat;
}
#bottom_menu .buttonPrev,
#bottom_menu .buttonPlay,
#bottom_menu .buttonPause,
#bottom_menu .buttonNext,
#bottom_menu .buttonLegend,
#bottom_menu .buttonSound,
#bottom_menu .buttonInfo,
#bottom_menu .buttonHelp,
#bottom_menu .buttonMusic,
#bottom_menu .buttonZoomIn,
#bottom_menu .buttonZoomOut {
    width: 66px;
    height: 66px;
    margin-top: -29px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 380;
}
#bottom_menu .buttonPrev {
    float: left;
    background: url("./../../../imgs/telaris/buttonSmallPrev.png") no-repeat;
}
#bottom_menu .buttonNext {
    float: left;
    background: url("./../../../imgs/telaris/buttonSmallNext.png") no-repeat;
}
#bottom_menu .buttonPlay {
    float: right;
    background: url("./../../../imgs/telaris/buttonPlay.png") no-repeat;
}
#bottom_menu .buttonPause {
    float: right;
    background: url("./../../../imgs/telaris/buttonPause.png") no-repeat;
}
#bottom_menu .buttonLegend {
    float: right;
    background: url("./../../../imgs/telaris/button_legend_on.png") no-repeat;
}
#bottom_menu .buttonLegendOff {
    background: url("./../../../imgs/telaris/button_legend_off.png") no-repeat;
}
#bottom_menu .buttonSound {
    float: right;
    background: url("./../../../imgs/telaris/button_sound.png") no-repeat;
}
#bottom_menu .buttonInfo {
    float: right;
    background: url("./../../../imgs/telaris/button_info.png") no-repeat;
}
#bottom_menu .buttonHelp {
    float: right;
    background: url("./../../../imgs/telaris/button_help.png") no-repeat;
}
#bottom_menu .buttonZoomIn {
    float: right;
    background: url("./../../../imgs/telaris/icon_zoom_in.png") no-repeat;
}
#bottom_menu .buttonZoomOut {
    float: right;
    background: url("./../../../imgs/telaris/icon_zoom_out.png") no-repeat;
}
#bottom_menu .controlv,
#bottom_menu .sliderVolume,
#bottom_menu .sliderVolumeBar,
#bottom_menu .sliderVolumeDrag {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#bottom_menu .controlv {
    position: absolute;
    width: 22px;
    height: 62px;
    top: -90px;
    right: 105px;
    background: url("./../../../imgs/telaris/line_control.png") repeat-y center center;

    /*-webkit-box-shadow: 3px 3px 9px 0px rgba(203, 115, 191, 0.7);
    -moz-box-shadow: 3px 3px 9px 0px rgba(203, 115, 191, 0.7);
    -ms-box-shadow: 3px 3px 9px 0px rgba(203, 115, 191, 0.7);
    -o-box-shadow: 3px 3px 9px 0px rgba(203, 115, 191, 0.7);
    box-shadow: 3px 3px 9px 0px rgba(203, 115, 191, 0.7);*/
}
#bottom_menu .sliderVolume,
#bottom_menu .sliderVolumeBar {
    /*-webkit-box-shadow: inset 1px 2px 5px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: inset 1px 2px 5px 2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 1px 2px 5px 2px rgba(0, 0, 0, .4);
    -o-box-shadow: inset 1px 2px 5px 2px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 5px 1px rgba(0, 0, 0, .4);*/
}
#bottom_menu .sliderVolume {
    float: left;
    width: 14px;
    height: 53px;
    margin-top: 5px;
    margin-left: 4px;
    background-color: #cb73bf;
}
#bottom_menu .sliderVolumeBar {
    position: absolute;
    width: 14px;
    height: 53px;
    background-color: #ab3a92;
}
#bottom_menu .sliderVolumeMove {
    float: left;
    width: 16px;
    height: 53px;
}
#bottom_menu .sliderVolumeDrag {
    position: relative;
    width: 15px;
    height: 15px;
    background: url("./../../../imgs/telaris/vol_slider_track.png") no-repeat center center;
    cursor: pointer;
    margin-left: 1px;
}
#widgets_pagination {
    position: absolute;
    width: 1px;
    height: 290px;
    top: 0px;
    z-index: 740;
}
.widgets_pagination_background {
    position: absolute;
    background: url("./../../../imgs/telaris/bottom_menu_bg.png") no-repeat;
    width: 1024px;
    height: 282px;
    top: 0px;
    z-index: 732;
}
#widgets_pagination .box {
    background: url("./../../../imgs/telaris/box_bg.png") no-repeat;
    position: absolute;
    width: 182px;
    height: 140px;
    z-index: 363;
}
#widgets_pagination .boxover {
    background: url("./../../../imgs/telaris/box_bg_over.png") no-repeat;
    position: absolute;
    width: 182px;
    height: 140px;
    z-index: 364;
}
#widgets_pagination .box_caption {
    position: absolute;
    width: 182px;
    height: 100px;
    text-align: center;
    top: 140px;
    z-index: 363;
    font-size: 1.5em;
    color: #fff;
    font-weight: 700;
}
#widgets_pagination .box_image {
    position: absolute;
    top: 11px;
    left: 12px;
    cursor: pointer;
    z-index: 363;
}
#widgets_pagination .buttonNext {
    background: url("./../../../imgs/telaris/button_next.png") no-repeat;
    position: absolute;
    width: 85px;
    height: 60px;
    top: 106px;
    left: 950px;
    cursor: pointer;
    z-index: 364;
}
#widgets_pagination .buttonPrev {
    background: url("./../../../imgs/telaris/button_prev.png") no-repeat;
    position: absolute;
    width: 85px;
    height: 60px;
    top: 106px;
    left: 0px;
    cursor: pointer;
    z-index: 362;
}
#widgets_pagination .chapterIcon {
    background: url("./../../../imgs/telaris/chapter_icon.png") no-repeat;
    position: absolute;
    width: 78px;
    height: 78px;
    left: 52px;
    top: -35px;
    cursor: pointer;
    z-index: 375;
}


/*INTRO*/

#introduction {
    position: relative;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    top: 0;
    left: 0;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#introduction .text {
    position: absolute;
    font-size: 2.0em;
    line-height: 30px;
    color: #fff;
    top: 190px;
    left: 60px;
    width: 340px;
    max-height: 400px;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 40px;
    border-radius: 10px 10px 10px 10px;
    z-index: 2;
    
}
#introduction .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 768px;
    z-index: 1;
}
#introduction .bg img {
    width: 1024px;
    height: 768px;
}
#introduction .plus {
    position: absolute;
    top: 180px;
    left: 520px;
    z-index: 300;
}
#introduction .plus img {
    width: 450px;
    height: 338px;
    z-index: 300;
    border: 6px solid #FFF;
    background-color: #fff;
}
#introduction .imageCredit {
    bottom: 74px;
}


/*HTMLVIEWER*/

#widget-custom {
    position: absolute;
    width: 1024px;
    height: 768px;
}



/*WIDGETS DEFAULT*/

#identifyimages,
#identifywords,
#identifytruefalse,
#organizephrase,
#organizegaps,
#organizeimage,
#textgaps,
#organizewords {
    position: relative;
    width: 1024px;
    height: 768px;
}
#identifyimages .container,
#identifywords .container,
#identifytruefalse .container,
#organizephrase .container,
#textgaps .container {
    width: 640px;
    height: 100%;
}

#organizegaps .container,
#organizeimage .container,
#organizewords .container {
    width: 100%;
    height: 100%;
}
#identifyimages .image,
#identifywords .image,
#identifytruefalse .image,
#organizephrase .image,
#organizegaps .image,
#textgaps .image {
    position: absolute;
    top: 108px;
    left: 697px;
    width: 262px;
    height: 523px;
    border: 5px solid;
    border-color: #eaeaea;
    overflow: hidden;
}
#identifyimages .title,
#identifywords .title,
#identifytruefalse .title,
#organizeimage .title,
#organizephrase .title,
#organizegaps .title,
#textgaps .title,
#organizewords .title {
    position: absolute;
    top: 105px;
    left: 92px;
    max-width: 930px;
    color: #7b2274;
    font-size: 2.3em;
    font-weight: 600;
}
#identifyimages .description,
#identifywords .description,
#identifytruefalse .description,
#organizeimage .description,
#organizephrase .description,
#organizegaps .description,
#textgaps .description,
#organizewords .description {
    position: absolute;
    top: 134px;
    left: 51px;
    max-width: 930px;
    color: #000;
    font-size: 1.6em;
    font-weight: 100;
    line-height: 20px;
}
#identifyimages .read,
#identifywords .read,
#identifytruefalse .read,
#organizeimage .read,
#organizephrase .read,
#organizegaps .read,
#textgaps .read,
#organizewords .read,
#identifywords .read,
#identifyimages .read {
    position: absolute;
    top: 103px;
    left: 50px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    background: url(./../../../imgs/telaris/identify-read.png) 0 0 no-repeat;
    background-size: 100% 100%; 
}

#identifyimages .playAudio,
#identifywords .playAudio,
#identifytruefalse .playAudio,
#organizeimage .playAudio,
#organizephrase .playAudio,
#organizegaps .playAudio,
#textgaps .playAudio,
#organizewords .playAudio,
#identifywords .playAudio,
#identifyimages .playAudio {
    margin-top: 10px;
}

#identifyimages .credit,
#identifywords .credit,
#identifytruefalse .credit,
#organizephrase .credit,
#textgaps .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    background-color: rgba(0, 0, 0, 0.2);
    font: 13px"Verdana", Helvetica, Arial, sans-serif;
    bottom: 40px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    padding: 5px;
    line-height: 12px;
    z-index: 2;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#identifywords .legend,
#identifyimages .legend,
#identifytruefalse .legend,
#organizeimage .legend,
#organizephrase .legend,
#organizegaps .legend,
#textgaps .legend,
#organizewords .legend {
    position: absolute;
    white-space: nowrap;
    top: 653px;
    right: 33px;
    text-align: right;
}
#identifywords .legend .correct,
#identifyimages .legend .correct,
#identifytruefalse .legend .correct,
#organizeimage .legend .correct,
#organizephrase .legend .correct,
#organizegaps .legend .correct,
#textgaps .legend .correct,
#organizewords .legend .correct {
    float: left;
    width: 25px;
    height: 25px;
    border: 0;
    background-color: #3b8b49;
/*    right-answer-icon*/
    background: url(./../../../imgs/telaris/right-answer-icon.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}
#identifywords .legend .wrong,
#identifyimages .legend .wrong,
#identifytruefalse .legend .wrong,
#organizeimage .legend .wrong,
#organizephrase .legend .wrong,
#organizegaps .legend .wrong,
#textgaps .legend .wrong,
#organizewords .legend .wrong {
    float: left;
    width: 25px;
    height: 25px;
    border: 0;
    background: url(./../../../imgs/telaris/wrong-answer-icon.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}
#identifywords .legend .label,
#identifyimages .legend .label,
#identifytruefalse .legend .label,
#organizeimage .legend .label,
#organizephrase .legend .label,
#organizegaps .legend .label,
#textgaps .legend .label,
#organizewords .legend .label {
    float: left;
    color: #000;
    font-size: 1.8em;
    font-weight: 100;
    margin-right: 15px;
    margin-top: 2px;
}
#identifywords .button,
#identifyimages .button,
#identifytruefalse .button,
#organizeimage .button,
#organizephrase .button,
#organizegaps .button,
#textgaps .button,
#organizewords .button {
    position: absolute;
    top: 644px;
    left: 400px;
    width: 214px;
    height: 35px;
    cursor: auto;
    font-size: 2.4em;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
}


#textgaps .button,
#organizewords .button, 
#organizephrase .button,
#organizegaps .button,
#organizeimage .button,
#identifywords .button,
#identifyimages .button,
#identifytruefalse .button{
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

#identifyimages .bullet,
#identifywords .bullet,
#identifytruefalse .bullet,
#organizephrase .bullet,
#textgaps .bullet {
    float: left;
    width: 22px;
    height: auto;
    color: #fff;
    font-size: 2.1em;
}
#identifyimages .buttonSoundPlay,
#identifywords .buttonSoundPlay,
#identifytruefalse .buttonSoundPlay,
#organizephrase .buttonSoundPlay {
    float: left;
    margin-top: -2px;
    margin-right: 8px;
}
#identifyimages .soundPop,
#identifywords .soundPop,
#identifytruefalse .soundPop,
#organizephrase .soundPop,
#textgaps .soundPop,
#organizewords .soundPop {
    float: left;
    margin-top: -2px;
    margin-right: 8px;
}
#identifyimages .soundless,
#identifywords .soundless,
#identifytruefalse .soundless,
#organizephrase .soundless,
#textgaps .soundless,
#organizewords .soundless {
    float: left;
    width: 0px;
    height: 27px;
    margin-right: 8px;
}
#identifyimages .sentence,
#identifywords .sentence,
#identifytruefalse .sentence,
#organizephrase .sentence,
#textgaps .sentence {
    float: left;
    width: 500px;
    color: #000;
    font-size: 1.9em;
    font-weight: 0;
}

/*-----------------------------------------------*/
.control-icons{
    position: absolute;
    width: 147px;
    height: 38px;
    background: #fff;
    top: 250px;
    border-radius: 5px;
}

.control-icons .icon{
    display: block;
    width: 29px;
    height: 29px;
    float: left;
    cursor: pointer;
    margin-top: 6px;
    margin-right: 6px;
}

.control-icons .zoom-in{
    background: url(./../../../imgs/telaris/buttonZoomIn.png) 0 0 no-repeat;
}
.control-icons .zoom-out{
    background: url(./../../../imgs/telaris/buttonZoomOut.png) 0 0 no-repeat;
}
.control-icons .delete{
    margin-left: 6px;
    background: url(./../../../imgs/telaris/buttonDelete.png) 0 0 no-repeat;
}
.control-icons .sound{
    background: url(./../../../imgs/telaris/buttonSound.png) 0 0 no-repeat;
}
