@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

.se_albumplayer {
    font-family: 'Open Sans', sans-serif;    
     background: rgba(51, 51, 51, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 400;
     border: 0px solid rgba(0, 0, 0, 0.4);
    border-bottom: 0;
    font-size: 17px;
    -webkit-box-shadow: 0 10px 12px -10px rgba(0, 0, 0, .5);
    
     
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.46);
    line-height: 0.8;
    padding-bottom: 2px;
    margin: 2.5em 0;
    margin-bottom: 40px;
}
.se_albumplayer img.cover {
    display: block;
    width: 100%;
    background: rgba(51, 51, 51, 1);
    border-bottom: 0;
    height: auto;
    margin-top: 0px;
}
.se_albumplayer .controls {
    background:  rgb(255,  255,  255);
    width: 100%;
    padding-top: 11px;
    padding-bottom: 12px;
}
.se_albumplayer table.controlRack {
    padding-bottom: 25px;
    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;
    padding-bottom: 12px;
}
.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:  #7f3232;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image:  linear-gradient(to bottom, rgb(195,  77,  77), rgb(0,  0,  0));
    background-image:  linear-gradient(to bottom, rgb(195,  77,  77), rgb(0,  0,  0));
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image:  linear-gradient(to bottom, rgb(195,  77,  77), rgb(58,  56,  56));
    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;
    color:  #000;
}
.se_albumplayer table.controlRack tr td.playPause .playPauseBtn.icon-pause {
    padding: 0 .2em 0 .3em;
    color:  #000;
}
.se_albumplayer table.controlRack tr td.volume {
    color:  #000;
}
.se_albumplayer table.controlRack tr td.time .timeCode {
    line-height: 1.6em;
    font-size: em;
    color:  #ff0f0f;
    text-align: center;
}
.se_albumplayer table.info {
    margin: 0!Important;
    width: 100%;
    border: 0!important;
    padding-bottom: 7px;
}
.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:  rgb(255,  255,  255);
    padding: 0 .5em;
}
.se_albumplayer table.info td.info {
    margin-bottom: 42px;
    padding: 0;
    overflow: hidden;
}
.se_albumplayer table.info td.info .trackInfo {
    color: rgb(94, 94, 94);
    font-size: 13px;
}
.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(0,  0,  0,  0.95);
    font-size: 1.4em;
    cursor: pointer;
}
.se_albumplayer .bttn:hover {
    color:  rgba(0,  0,  0,  1);
}
.se_albumplayer .progress {
    overflow: hidden;
    height: 18px;
    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: 94%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color:  #7f3232;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image:  linear-gradient(to bottom, rgb(195,  77,  77), rgb(0,  0,  0));
    background-image:  linear-gradient(to bottom, rgb(195,  77,  77), rgb(0,  0,  0));
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image:  linear-gradient(to bottom, rgb(195,  77,  77), rgb(58,  56,  56));
    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;
	margin-top: -12px\9; /* IE 8 and below */
	
}



@-moz-document url-prefix() {
	.se_albumplayer .marquee .sections {
		position: absolute;
    left: 0;
    white-space: nowrap;
	margin-top: -13px;
		
	}
	
}

.se_albumplayer .marquee .section {
    padding: 0 4em;
    float: left;
    position: relative;
}
#container {
    position: relative;
    width: auto;
}
#bg-image {
    display: block;
    -webkit-user-select: none;
}
#imgs {
    position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
	opacity: 0.7;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
