.se_albumplayer {
    font-family: Monaco, Consolas, "Lucida Console", monospace;
    background: rgba(51, 51, 51, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .4);
    border-bottom: 0;
    font-size: 12px;
    -webkit-box-shadow: 0 10px 12px -10px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 12px -10px rgba(0, 0, 0, .5);
    line-height: 1.8;
    padding-bottom: 2px;
    margin: .5em 0;
}
.se_albumplayer img.cover {
    display: block;
    width: 100%;
    background: rgba(51, 51, 51, 1);
    border-bottom: 0;
}
.se_albumplayer .controls {
    background: rgba(51, 51, 51, 1);
    width: 100%;
    padding-top: 2px;
}
.se_albumplayer table.controlRack {
    margin: 0!Important;
    border: 0!Important;
    width: 100%}
.se_albumplayer table.controlRack tr td {
    vertical-align: middle;
    padding: .4em .2em;
    border: 0;
    text-align: center;
}
.se_albumplayer table.controlRack tr td.niftyeq {
    padding-top: 3px;
}
.se_albumplayer table.controlRack tr td.niftyeq .display {
    background: #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 95%;
    height: 10px;
    margin: 0 auto;
}
@keyframes pound {
    from {
    transform: none;
}
50% {
    transform: scaleY(1.2);
}
to {
    transform: none;
}
}.se_albumplayer table.controlRack tr td.niftyeq .display.pound {
    animation: pound .02s infinite;
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',  endColorstr='#ff0480be',  GradientType=0);
}
.se_albumplayer table.controlRack tr td.niftyeq .display.colorPulse {
}
.se_albumplayer table.controlRack tr td.playPause .playPauseBtn.icon-play {
    padding: 0 .1em 0 .4em;
}
.se_albumplayer table.controlRack tr td.playPause .playPauseBtn.icon-pause {
    padding: 0 .2em 0 .3em;
}
.se_albumplayer table.controlRack tr td.volume {
    padding: 0 .5em 0 .1em;
}
.se_albumplayer table.controlRack tr td.time .timeCode {
    line-height: 1.6em;
    font-size: 1em;
    color: rgba(255, 255, 255, .95);
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
}
.se_albumplayer table.info {
    margin: 0!Important;
    width: 100%;
    border: 0!important;
    padding-bottom: 2px;
}
.se_albumplayer table.info tr td {
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0!important;
}
.se_albumplayer table.info tr td.seekBtn {
    position: relative;
    z-index: 2;
    background: rgba(51, 51, 51, 1);
    padding: 0 .5em;
}
.se_albumplayer table.info td.info {
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
}
.se_albumplayer table.info td.info .trackInfo {
    color: rgba(255, 255, 255, .95);
    font-size: 1em;
}
.se_albumplayer .playlistWrap {
    display: none;
    position: static;
    padding-top: 5px;
}
.se_albumplayer table.playlist {
    margin: 0!Important;
    width: 100%;
    border: 0;
    background: rgba(0, 0, 0, .5);
    border-spacing: 0;
}
.se_albumplayer table.playlist tr td {
    text-align: left;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    border: 0!important;
    color: rgba(255, 255, 255, .95);
    cursor: pointer;
}
.se_albumplayer table.playlist tr td.track_order {
    text-align: center;
}
.se_albumplayer table.playlist tr:hover, .se_albumplayer table.playlist tr.current {
    background: #0e90d2;
    cursor: pointer;
}
.se_albumplayer td.slot1 {
    width: .9em;
}
.se_albumplayer td.slot2 {
    width: 1.8em;
}
.se_albumplayer td.slot3 {
    width: 3.6em;
}
.se_albumplayer td.slot4 {
    width: 5.4em;
}
.se_albumplayer .bttn {
    color: rgba(255, 255, 255, .95);
    font-size: 1.2em;
    cursor: pointer;
}
.se_albumplayer .bttn:hover {
    color: rgba(255, 255, 255, .55);
}
.se_albumplayer .progress {
    overflow: hidden;
    height: 10px;
    margin-bottom: 0;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',  endColorstr='#fff9f9f9',  GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.se_albumplayer .progress .bar {
    width: 0;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',  endColorstr='#ff0480be',  GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    position: absolute;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.se_albumplayer .progress.vertical.volume {
    height: 100px;
    width: 10px;
    margin: -134px -12px 0 1px;
    display: none;
    float: left;
    -webkit-box-shadow: 0 10px 12px -10px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 12px -10px rgba(0, 0, 0, .5);
    background: rgba(51, 51, 51, .8);
    position: relative;
    left: -6px;
    border: 6px solid rgba(51, 51, 51, 1);
}
.se_albumplayer .progress .bar.volumeBar {
    z-index: 3;
    height: 100%;
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',  endColorstr='#fff89406',  GradientType=0);
    overflow: hidden;
    width: 100%;
    -webkit-transition: height .6s ease;
    -moz-transition: height .6s ease;
    -o-transition: height .6s ease;
    transition: height .6s ease;
    position: absolute;
    bottom: 0;
       cursor: pointer;

}
.se_albumplayer .progress .bar.loadBar {
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}
.se_albumplayer .progress .bar.playBar {
    z-index: 3;
}
.se_albumplayer .progress .bar.seekBar {
    background: rgba(0, 0, 0, 0);
    z-index: 5;
    cursor: pointer;
}
.se_albumplayer .marquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%}
.se_albumplayer .marquee .sections {
    position: absolute;
    left: 0;
    white-space: nowrap;
}
.se_albumplayer .marquee .section {
    padding: 0 4em;
    float: left;
    position: relative;
}