.nctPlayer {font-family: Arial; font-size: 14px; background: #000; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  -webkit-tap-highlight-color: transparent;
            -webkit-transition: height 0.5s linear;
            -moz-transition: height 0.5s linear;
            transition: height 0.5s linear;
}
.hide {display: none !important;}
/*.hideMouse div {cursor: none !important;}
.hideMouse mp3 {cursor: none !important;}*/
.hideMouse div {cursor:url(../images/blank.png), pointer !important;}
.hideMouse mp3 {cursor:url(../images/blank.png), pointer !important;}
.notActive {display: none !important;}
.ovderflowHidden {overflow: hidden;}
.nctPlayer .playerDiv {position: relative; -webkit-transform-style: preserve-3d; z-index: 6000; background: #000; width: 100%; height: 100%; margin: 0; padding: 0;}

.playerDiv:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    background-color: black;
}
.playerDiv:-webkit-full-screen mp3 {
    width: 100%;
}

.nctPlayer .playerDiv.full {position: fixed; z-index: 4000; background: #000; width: 100% !important; height: 100% !important; left: 0; top: 0;}

.nctPlayer .playerDiv.fullScreenTouch {width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 10000;}
/*
 * main screen
 */
.nctPlayer .mainScreen.full {width: 100% !important; height: 100% !important;}
.nctPlayer .mainScreen {width: 100%; height: 100%; position: relative; -webkit-transform-style: preserve-3d; z-index: 1006; vertical-align: middle;}
.nctPlayer .mainScreen .coverImage {background: url('../images/banner.jpg') center center no-repeat; position: absolute; width: 300px; height: 250px; top: 0; bottom: 0; z-index: 20; -webkit-transform-style: preserve-3d; text-align: center; vertical-align: middle}
.nctPlayer .mainScreen .coverImage.hide {display: none;}
.nctPlayer .mainScreen .helper { display: inline-block; height: 100%; vertical-align: middle;}
.nctPlayer .mainScreen .coverImage img {width: 100%; vertical-align: middle; max-height: 100%;}
/*.nctPlayer .mainScreen .playIconPlayer:hover {background: url('../images/nowplaying_icon_play_hover.png') center center no-repeat;}
.nctPlayer .mainScreen .playIconPlayer.hide:hover {background: url('../images/nowplaying_icon_play_hover.png') center center no-repeat; background-size: 80px 94px;}*/
.nctPlayer .mainScreen .playIconPlayer.hideIconPlayer {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-size: 80px 94px;
    opacity: 0;
}

/*.nctPlayer .mainScreen .mp3Tag {width: 100%; height: 100%; cursor: pointer; -webkit-transform-style: preserve-3d; z-index: 1; vertical-align: middle; margin: 0 auto;}*/

/*
 * controlbar
 */
.nctPlayer .controlbar {position: absolute; bottom: 0; left: 0; height: 36px; width: 100%; background: #4c4c4c; -webkit-transform-style: preserve-3d; z-index: 1006;
                        background: -webkit-linear-gradient(top, #4c4c4c 0%, #383838 100%);
                        background: -moz-linear-gradient(top, #4c4c4c 0%, #383838 100%);
                        background: -o-linear-gradient(top, #4c4c4c 0%, #383838 100%);
                        background: -ms-linear-gradient(top, #4c4c4c 0%, #383838 100%);
                        background: linear-gradient(top, #4c4c4c 0%, #383838 100%);
}

.nctPlayer .controlbar.hide {
    opacity: 0; cursor: none;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.nctPlayer .controlbar .playButton {cursor: pointer; width: 30px; height: 34px; float: left; margin-top: 2px; background: url(../images/nowplaying_icon_play.png) center no-repeat;
                                    -webkit-transition: background 0.2s linear;
                                    -moz-transition: background 0.2s linear;
                                    transition: background 0.2s linear;
                                    background-size: 15px 18px;
}
.nctPlayer .controlbar .playButton:hover {background: url(../images/nowplaying_icon_play_hover.png) center no-repeat;
                                          background-size: 15px 18px;
                                          -webkit-transition: background 0.2s linear;
                                          -moz-transition: background 0.2s linear;
                                          transition: background 0.2s linear;
}

.nctPlayer .controlbar .prevButton {cursor: pointer; width: 20px; height: 34px; float: left; margin-top: 2px; background: url(../images/nowplaying_icon_prev2.png) center no-repeat;
                                    -webkit-transition: background 0.2s linear;
                                    -moz-transition: background 0.2s linear;
                                    transition: background 0.2s linear;
                                    background-size: 10px 12px;
}
.nctPlayer .controlbar .prevButton:hover {background: url(../images/nowplaying_icon_prev2_hover.png) center no-repeat;
                                          background-size: 10px 12px;
                                          -webkit-transition: background 0.2s linear;
                                          -moz-transition: background 0.2s linear;
                                          transition: background 0.2s linear;
}
.nctPlayer .controlbar .nextButton {cursor: pointer; width: 20px; height: 34px; float: left; margin-top: 2px; background: url(../images/nowplaying_icon_next2.png) center no-repeat;
                                    -webkit-transition: background 0.2s linear;
                                    -moz-transition: background 0.2s linear;
                                    transition: background 0.2s linear;
                                    background-size: 10px 12px;
}
.nctPlayer .controlbar .nextButton:hover {background: url(../images/nowplaying_icon_next2_hover.png) center no-repeat;
                                          background-size: 10px 12px;
                                          -webkit-transition: background 0.2s linear;
                                          -moz-transition: background 0.2s linear;
                                          transition: background 0.2s linear;
}

.nctPlayer .controlbar .timeCounter {display: block; opacity: 0; float: left; margin-top: 10px; width: 90px; height: 18px; font-family: Verdana, sans-serif; font-size: 13px; color: #ccc;}
.nctPlayer .controlbar .timeCounter.complete {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 1;
}
.nctPlayer .controlbar .timeCounter .utCurrentTime {cursor: default; display: block; float: left; width: 40px; height: 18px; text-align: right;}
.nctPlayer .controlbar .timeCounter .timeCounterSlash {cursor: default; display: block; float: left; width: 10px; height: 18px; text-align: center; color: #848484;}
.nctPlayer .controlbar .timeCounter .utTotalTime {cursor: default; display: block; float: left; width: 40px; height: 18px; text-align: left; color: #848484;}

.nctPlayer .controlbar .playButton.pause {background: url(../images/nowplaying_icon_pause.png) center no-repeat; background-size: 15px 18px;}
.nctPlayer .controlbar .playButton.pause:hover {background: url(../images/nowplaying_icon_pause_hover.png) center no-repeat; background-size: 15px 18px;}

.nctPlayer .controlbar .boxTooltip {
    visibility: hidden; opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.3s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.3s linear;
    transition: opacity 0.2s linear, visibility 0.3s linear;
    background: url(../images/tooltip.png) no-repeat top center;
    margin-top: -25px;
    width: auto; height: 20px; z-index: 1020;
    color: #ccc; padding: 5px 5px 6px 5px; text-align: center;
    font-size: 12px;
}

.nctPlayer .controlbar .logoNCT {float:right; margin-right: 0px; margin-top: 7px; margin-left: 7px; background: url(../images/logo3.png) left center no-repeat; background-size:  auto 22px; width: 46px; height: 24px; cursor: pointer;}
.nctPlayer .controlbar .logoNCT a {display: block; width: 100%; height: 100%;}

.nctPlayer .controlbar .timeSlider {width: 100%; height: 16px; position: absolute; top: 0px; left: 0; margin-top: -11px; cursor: pointer; overflow: hidden;}
.nctPlayer .controlbar .timeSlider .timeSliderBuffer {width: 100%; height: 4px; position: absolute; bottom: 4px; left: 0; background: #424242; z-index: 1;
                                                      -webkit-transition: height 0.2s linear;
                                                      -moz-transition: height 0.2s linear;
                                                      transition: height 0.2s linear;
                                                      transition-delay: 1s;
                                                      -moz-transition-delay: 1s;
                                                      -webkit-transition-delay: 1s;    
}
.nctPlayer .controlbar .timeSlider.hover .timeSliderBuffer, 
.nctPlayer .controlbar .timeSlider:hover .timeSliderBuffer {height: 8px; position: absolute; bottom: 4px; left: 0; background: #424242; z-index: 1;
                                                            -webkit-transition: height 0.2s linear;
                                                            -moz-transition: height 0.2s linear;
                                                            transition: height 0.2s linear;    
}
.nctPlayer .controlbar .timeSlider .timeSliderBuffer .timeSliderBufferInside {display: block; height: 100%; background: #5E5E5E; left: 0; top: 0;}
.nctPlayer .controlbar .timeSlider .timeSliderCurrent {width: 1px; height: 4px; position: absolute; bottom: 4px; left: 0; background: #2E9AFE; z-index: 2;
                                                       -webkit-transition: height 0.2s linear;
                                                       -moz-transition: height 0.2s linear;
                                                       transition: height 0.2s linear;
                                                       transition-delay: 1s;
                                                       -moz-transition-delay: 1s;
                                                       -webkit-transition-delay: 1s;
                                                       background: -webkit-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                       background: -moz-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                       background: -o-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                       background: -ms-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                       background: linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
}
.nctPlayer .controlbar .timeSlider.hover .timeSliderCurrent,
.nctPlayer .controlbar .timeSlider:hover .timeSliderCurrent {height: 8px; position: absolute; bottom: 4px; left: 0; background: #2E9AFE; z-index: 2;
                                                             -webkit-transition: height 0.2s linear;
                                                             -moz-transition: height 0.2s linear;
                                                             transition: height 0.2s linear;
                                                             background: -webkit-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -moz-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -o-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -ms-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
}

.nctPlayer .controlbar .timeSlider .timeSliderHolder {width: 15px; height: 15px; position: absolute; bottom: 4px; left: 0; background: #fff; z-index: 3;
                                                      border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin-bottom: -3px; overflow: hidden; margin-left: -7px;
                                                      -webkit-transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                      -moz-transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                      transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                      transition-delay: 1s;
                                                      -moz-transition-delay: 1s;
                                                      -webkit-transition-delay: 1s;
                                                      opacity: 0;
                                                      background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                      background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                      background: -o-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                      background: -ms-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                      background: linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
}
.nctPlayer .controlbar .timeSlider.hover .timeSliderHolder,
.nctPlayer .controlbar .timeSlider:hover .timeSliderHolder {width: 15px; height: 15px; position: absolute; background: #fff; z-index: 3;
                                                            border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin-bottom: -3px; margin-left: -7px; opacity: 1;
                                                            -webkit-transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                            -moz-transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                            transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                            background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -o-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -ms-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
}
.nctPlayer .controlbar .timeSlider .timeSliderHolder .timeSliderHolderInside {position: absolute; display: block; width: 7px; height: 7px; top: 4px; left: 4px; background: #BDBDBD;
                                                                              border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.nctPlayer .controlbar .timeSlider .timeSliderHolder:hover .timeSliderHolderInside {background: #2E9AFE;}

/*
repeat button
*/
.nctPlayer .controlbar .repeatButton .boxTooltipRepeat {width: 100px; margin-left: -40px;}
.nctPlayer .controlbar .repeatButton:hover .boxTooltipRepeat { 
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.nctPlayer .controlbar .repeatButton {cursor: pointer; width: 30px; height: 34px; float: right; margin-top: 3px; background: url(../images/no_repeat.png) center no-repeat;
                                      -webkit-transition: background 0.2s linear;
                                      -moz-transition: background 0.2s linear;
                                      transition: background 0.2s linear;
                                      background-size: 14px 12px; z-index: 1022; position: relative;
}

.nctPlayer .controlbar .repeatButton.all {background: url(../images/repeat_all.png) center no-repeat; background-size: 14px 12px;}
.nctPlayer .controlbar .repeatButton.one {background: url(../images/repeat_one.png) center no-repeat; background-size: 14px 12px;}

/*
random button
*/
.nctPlayer .controlbar .randomButton .boxTooltipRandom {width: 100px; margin-left: -40px;}
.nctPlayer .controlbar .randomButton:hover .boxTooltipRandom { 
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.nctPlayer .controlbar .randomButton {cursor: pointer; width: 25px; height: 34px; float: right; margin-top: 3px; background: url(../images/shuffle.png) center no-repeat;
                                      -webkit-transition: background 0.2s linear;
                                      -moz-transition: background 0.2s linear;
                                      transition: background 0.2s linear;
                                      background-size: 14px 12px; z-index: 1022; position: relative;
}

.nctPlayer .controlbar .randomButton.true {background: url(../images/shuffle_over.png) center no-repeat; background-size: 14px 12px;}


/*
* time slider touch
*/
.nctPlayer .controlbar .timeSlider.touch {width: 100%; height: 25px; position: absolute; top: 0px; left: 0; margin-top: -12px; cursor: pointer; overflow: hidden;}
.nctPlayer .controlbar .timeSlider.touch .timeSliderBuffer {width: 100%; height: 14px; position: absolute; bottom: 9px; left: 0; background: #424242; z-index: 1;}
.nctPlayer .controlbar .timeSlider.touch .timeSliderBuffer .timeSliderBufferInside {display: block; height: 100%; background: #5E5E5E; left: 0; top: 0;}
.nctPlayer .controlbar .timeSlider.touch .timeSliderCurrent {width: 1px; height: 14px; position: absolute; bottom: 9px; left: 0; background: #2E9AFE; z-index: 2;
                                                             background: -webkit-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -moz-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -o-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -ms-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
}

.nctPlayer .controlbar .timeSlider.touch .timeSliderHolder {padding: 0px; width: 28px; height: 18px; position: absolute; background: #fff; z-index: 3;
                                                            border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; margin-bottom: 3px; margin-left: -10px; -ms-touch-action: none;
                                                            background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%); opacity: 1 !important;
                                                            background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -o-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -ms-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
}
.nctPlayer .controlbar .timeSlider.touch .timeSliderHolder .timeSliderHolderInside {position: absolute; display: block; width: 18px; height: 8px; top: 5px; left: 5px; background: #BDBDBD;
                                                                                    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
.nctPlayer .controlbar .timeSlider.touch .timeSliderHolder:hover .timeSliderHolderInside {background: #2E9AFE;}

/*
* preview
*/
.nctPlayer .controlbar .preview {position: absolute; left: 0%; bottom: 43px;
                                 width: 108px; background: url(../images/loading1.gif) rgba(51,51,51,0.9) no-repeat center; border: 1px solid #333;
                                 height: 60px; padding: 2px;
                                 visibility: hidden; opacity: 0;
                                 -webkit-transition: opacity 0.2s linear, visibility 0.3s linear;
                                 -moz-transition: opacity 0.2s linear, visibility 0.3s linear;
                                 transition: opacity 0.2s linear, visibility 0.3s linear;
                                 overflow: hidden;
}

.nctPlayer .controlbar .preview.show{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.nctPlayer .controlbar .preview.hide{
    display: none !important;
}

.nctPlayer .controlbar .preview img {margin-top: 3px;}
.nctPlayer .controlbar .preview .showImage {width: 108px; height: 60px; overflow: hidden; background: none;}
.nctPlayer .controlbar .preview .showTime {width: 40px; height: 12px; background: rgba(51,51,51,0.9); color: #fff; padding: 2px; margin-left: 34px; position: absolute; bottom: 2px; left: 0;
                                           text-align: center; font-size: 11px;
}

/*
* volume
*/
.nctPlayer .controlbar .volume.touch {display: none;}
.nctPlayer .controlbar .volume {background: url(../images/volumn.png) 5px 10px no-repeat;  margin-top: 2px; cursor: pointer; width: 30px; height: 34px; float: right; position: relative; z-index: 1020;}
.nctPlayer .controlbar .volume .volumeCurrent {position: absolute; left: 17px; bottom: 10px; height: 14px; width: 5px; background: #333;}
.nctPlayer .controlbar .volume .volumeCurrent.hide {display: none;}
.nctPlayer .controlbar .volume .volumeCurrent .volumeCurrentInside{position: absolute; left: 0; bottom: 0px; height: 100%; width: 5px; background: url(../images/volume.png) #424242;}
.nctPlayer .controlbar .volume.mute {background: url(../images/mute.png) 5px 10px no-repeat;}

.nctPlayer .controlbar .volume .volumeSlider.touch {display: none !important;}
.nctPlayer .controlbar .volume .volumeSlider {visibility: hidden; opacity: 0;
                                              -webkit-transition: opacity 0.2s linear, visibility 0.3s linear;
                                              -moz-transition: opacity 0.2s linear, visibility 0.3s linear;
                                              transition: opacity 0.2s linear, visibility 0.3s linear;
                                              background: #4c4c4c;
                                              margin-top: -97px; border: 1px solid #333;
                                              width: 24px; height: 101px; z-index: 1020; margin-left: 3px;
                                              border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
                                              transition-delay: 1s;
                                              -moz-transition-delay: 1s;
                                              -webkit-transition-delay: 1s;
                                              cursor: default;
}
.nctPlayer .controlbar .volume:hover .volumeSlider { 
    opacity: 1; visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.nctPlayer .controlbar .volume .volumeSlider.show {
    opacity: 1 !important; visibility: visible !important;
}

.nctPlayer .controlbar .volume .volumeSlider .volumeSliderCurrent {width: 10px;
                                                                   margin: 7px; height: 80px; background: #424242;
                                                                   position: relative; margin-bottom: -5px; margin-top: 11px;
}

.nctPlayer .controlbar .volume .volumeSlider .volumeSliderCurrent .volumeSliderCurrentInside {
    background: #2E9AFE;
    background: -webkit-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    background: -moz-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    background: -o-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    background: -ms-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    background: linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    width: 100%;
    height: 100%;
    position: absolute; bottom: 0; left: 0;
}

.nctPlayer .controlbar .volume .volumeSlider .volumeSliderHolder {
    position:absolute; left: -3px; bottom: 100%;
    background: #fff;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    background: linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    width: 16px; height: 16px; margin-bottom: -8px;
    border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
    cursor: pointer;
}

.nctPlayer .controlbar .volume .volumeSlider .volumeSliderHolder .volumeSliderHolderInside {position: absolute; display: block; width: 8px; height: 8px; top: 4px; left: 4px; background: #BDBDBD;
                                                                                            border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.nctPlayer .controlbar .volume .volumeSlider .volumeSliderHolder:hover .volumeSliderHolderInside {background: #2E9AFE;}

.nctPlayer .controlbar .volume .muteButton {width: 30px; height: 30px; position: absolute; top: 0; left: 0; z-index: 10000;}
/*
* lyric
*/
.nctPlayer .mp3LyricBox {
    height: 48px; width: 100%; bottom: 40px; overflow: hidden;
    position: absolute; z-index: 1005;
    text-align: center; width: 100%;
    color: #fff; font-weight: 700; font-size: 14px;
    text-shadow: 2px 0 0 #1F1F1F, -2px 0 0 #1F1F1F, 0 2px 0 #1F1F1F, 0 -2px 0 #1F1F1F, 1px 1px #1F1F1F, -1px -1px 0 #1F1F1F, 1px -1px 0 #1F1F1F, -1px 1px 0 #1F1F1F;
    -moz-text-shadow: 2px 0 0 #1F1F1F, -2px 0 0 #1F1F1F, 0 2px 0 #1F1F1F, 0 -2px 0 #1F1F1F, 1px 1px #1F1F1F, -1px -1px 0 #1F1F1F, 1px -1px 0 #1F1F1F, -1px 1px 0 #1F1F1F;
    -webkit-text-shadow: 2px 0 0 #1F1F1F, -2px 0 0 #1F1F1F, 0 2px 0 #1F1F1F, 0 -2px 0 #1F1F1F, 1px 1px #1F1F1F, -1px -1px 0 #1F1F1F, 1px -1px 0 #1F1F1F, -1px 1px 0 #1F1F1F;
}

/*@media all and (max-width:480px){
    .nctPlayer .mp3LyricBox {font-size: 18px;}
    .nctPlayer .mp3LyricBox.fullscreen {font-size: 18px;}
}

@media all and (min-width:481px) and (max-width:960px){
    .nctPlayer .mp3LyricBox.fullscreen {font-size: 26px;}
}*/

.mp3Kara {
    display: inline-block;
    margin: 0 auto;
    height: 24px;
    overflow: hidden;
}

.mp3Kara2 {
    margin-top: -3px;
}

.mp3Kara .run {
    height: 20px; padding-top: 5px;
    width: 50%; margin-top: -26px; overflow: hidden;
    color: #F7B022; font-weight: 700; font-size: 14px;
    text-align: left; white-space: nowrap;
    text-shadow: 2px 0 0 #1F1F1F, -2px 0 0 #1F1F1F, 0 2px 0 #1F1F1F, 0 -2px 0 #1F1F1F, 1px 1px #1F1F1F, -1px -1px 0 #1F1F1F, 1px -1px 0 #1F1F1F, -1px 1px 0 #1F1F1F;
    -moz-text-shadow: 2px 0 0 #1F1F1F, -2px 0 0 #1F1F1F, 0 2px 0 #1F1F1F, 0 -2px 0 #1F1F1F, 1px 1px #1F1F1F, -1px -1px 0 #1F1F1F, 1px -1px 0 #1F1F1F, -1px 1px 0 #1F1F1F;
    -webkit-text-shadow: 2px 0 0 #1F1F1F, -2px 0 0 #1F1F1F, 0 2px 0 #1F1F1F, 0 -2px 0 #1F1F1F, 1px 1px #1F1F1F, -1px -1px 0 #1F1F1F, 1px -1px 0 #1F1F1F, -1px 1px 0 #1F1F1F;
}
/*
 * error notificaiton
 */
.nctPlayer .errorNotification {position: absolute; top: 50%; left: 50%; color: #fff; width: 1px; height: 1px;}
.nctPlayer .errorNotification .boxErrorNotification { margin-left: -130px; margin-top: -30px; padding: 10px; width: 240px; border: 1px solid #fff;background: #4c4c4c;
                                                      border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 14px; font-family: Arial; text-align: center;}