.croma-audio {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 314px;
    z-index: 0;
}

.cdowntop {
  position: relative;
  z-index: 2;
}

#croma-playlist{
	position: relative;
	top: 180px;
}

#croma-playlist ul{
	list-style-type: none;
	margin: 0;
	padding: 0px;
	color: #BFBFBF !important;
}

#croma-playlist ul li{
	float: none !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    margin: 0 1px !important;
    padding: 0;
    text-transform: uppercase;
    word-spacing: 0 !important;
}

#croma-playlist ul li span{
	display: inline-block;
	width: 56%;
	margin: 0 2%;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 10px;
  color: #fff;
}

#croma-playlist ul li span.listauthor{
   text-align: right;
   width: 32%;
   margin: 0 4%;
}


#croma-playlist ul li a{
	color: #BFBFBF !important;
	display: block;
	margin: 3px;
	padding: 4px 0 0px 0;
	-webkit-border-radius: 30px;
	border-radius: 30px; 
}

.croma-playerinterface{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 170px;
}

ul.croma-controls{
	border: 0 none;
    height: 37px;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 153px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a.croma-previous, a.croma-next {
  cursor: pointer;
  height: 21px;
  position: absolute;
  text-indent: -9999px !important;
  top: 8px;
  width: 21px;
}

a.croma-previous {
  background: url(images/pbuttons.png) no-repeat -63px 0 !important;
  left: 8px;
}

a.croma-previous:hover {
  background: url(images/pbuttons.png) no-repeat -63px -21px !important;
}

a.croma-play {
  background: url(images/pbuttons.png) no-repeat left top !important;
  cursor: pointer;
  height: 21px;
  left: 85px;
  margin: 0;
  position: absolute;
  text-indent: -9999px !important;
  top: 8px;
  width: 21px;
}

a.croma-play:hover {
  background: url(images/pbuttons.png) no-repeat left -21px !important;
}

a.croma-pause {
  background: url(images/pbuttons.png) no-repeat -21px 0 !important;
  cursor: pointer;
  height: 21px;
  left: 85px;
  margin: 0;
  position: absolute;
  text-indent: -9999px !important;
  top: 8px;
  width: 21px;
}

a.croma-pause:hover {
  background: url(images/pbuttons.png) no-repeat -21px -21px !important;
}


a.croma-next {
  background: url(images/pbuttons.png) no-repeat -42px 0 !important;
  right: 8px;
  margin: 0;
}

a.croma-next:hover {
  background: url(images/pbuttons.png) no-repeat -42px -21px !important;
}

a.croma-stop {
  background: url(images/pbuttons.png) no-repeat scroll -84px 0 !important;
  cursor: pointer;
  height: 21px;
  left: 48px;
  margin: 0;
  position: absolute;
  text-indent: -9999px !important;
  top: 8px;
  width: 21px;
}

a.croma-stop:hover {
  background: url(images/pbuttons.png) no-repeat scroll -84px -21px !important;
}


.croma-cover {
  height: 110px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 110px;
}

.croma-cover img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8); 
}


.croma-progress {
  border: 0 solid #000000;
  cursor: default;
  font-size: 1px;
  height: 11px;
  position: absolute;
  left: 0px;
  top: 150px;
  width: 314px;
}


.croma-volume-back {
  background: url(images/volbg2.png) no-repeat scroll left top transparent;
  border: 0 none;
  cursor: pointer;
  font-size: 1px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 112px;
  width: 48px !important;
  z-index: 150;
}

.croma-volume-bar {
  background: url(images/volbg.png) no-repeat left top;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.croma-time-holder {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #20252F;
  border-color: #000000 #2F353F #2F353F #000000;
  border-image: none;
  border-radius: 2px 2px 2px 2px !important;
  border-right: 1px solid #2F353F;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  height: 23px;
  line-height: 21px;
  position: absolute;
  left: 153px;
  text-align: center;
  text-shadow: 1px 1px 0 #000000;
  top: 110px;
  width: 55px;
  z-index: 50;
}

.croma-currentplay{
  position: absolute;
  top: 65px;
  left: 140px;
  width: 170px;
  color: #fff;
}

.croma-currentplay .croma-track, .croma-currentplay .croma-artist{
  display :block;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
}

.croma-artist{
  color: #9F9F9F;
}

.croma-seek {
  background: #373B3F;
  border: 0 solid #000000;
  cursor: pointer;
  font-size: 1px;
  height: 3px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.croma-playbar {
  border: 0 solid #000000;
  cursor: pointer;
  font-size: 1px;
  height: 3px;
  position: absolute;
  left: 0px;
  top: 0px;
}







.playercol-Blue #croma-playlist ul li a{
  background: #33373F !important;
}

.playercol-Blue #croma-playlist ul li a:hover, #croma-playlist ul li.current a{
  background: #191C1F !important;
  color: #EFEFEF;
}

.playercol-Blue ul.croma-controls{
  background: url(images/playbtnl.jpg) no-repeat center center;
}

.playercol-Blue .croma-progress {
  background: url(images/progressb.png) repeat-x center left;
}






.playercol-Brown #croma-playlist ul li a{
  background: #33373F !important;
}

.playercol-Brown #croma-playlist ul li a:hover, #croma-playlist ul li.current a{
  background: #191C1F !important;
  color: #EFEFEF;
}

.playercol-Brown ul.croma-controls{
  background: url(images/playbtn.png) no-repeat center center;
}

.playercol-Brown .croma-progress {
  background: url(images/progressb.png) repeat-x center left;
}


.playercol-Brown .croma-time-holder {
  background: none repeat scroll 0 0 #14181F;
  border: 1px solid #000;
  border-bottom: 1px solid #413C3D;
  border-right: 1px solid #413C3D;
}









.playercol-Black #croma-playlist ul li a{
  background: #33373F !important;
}

.playercol-Black #croma-playlist ul li a:hover, #croma-playlist ul li.current a{
  background: #191C1F !important;
  color: #EFEFEF;
}

.playercol-Black ul.croma-controls{
  background: url(images/playbtnl.png) no-repeat center center;
}

.playercol-Black .croma-progress {
  background: url(images/progressb.png) repeat-x center left;
}


.playercol-Black .croma-time-holder {
  background: none repeat scroll 0 0 #14181F;
  border: 1px solid #000;
  border-bottom: 1px solid #413C3D;
  border-right: 1px solid #413C3D;
}






.ui-single, .ui-singlename, .singleout {
  cursor: pointer;
  height: 24px;
  margin-top: 24px;
  width: 24px;
  float: right;
  position: relative;
}

.ui-singlename{
  margin-top: 0;
}

.ui-singlename{
  background: url("images/singlebutton.png") no-repeat scroll left top transparent;
}

.croma-controls-s{
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 24px;
  height: 24px;
  list-style-type: none;
}

.croma-controls-s li{
  margin: 0px;
  padding: 0px;
}

.croma-controls-s a{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0px;

}

.singplay{
  background: url(images/singlebutton.png) no-repeat top left;
  display: block;
  text-indent: -999999px;
}

.singplay:hover{
  background: url(images/singlebutton.png) no-repeat bottom left;
}

.singpause{
  background: url(images/singlebutton.png) no-repeat top right;
  display: block;
  text-indent: -999999px;
}

.singpause:hover{
  background: url(images/singlebutton.png) no-repeat bottom right;
}

.psholder{
  width: 155px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: -105px;
  background: url(images/singleplay.png);
  display: none;
}

.tholderc{
  color: #fff;
  position: absolute;
  top: 16px;
  left: 23px;
  font-size: 11px;
  letter-spacing: -1px;
}

.cprog{
  position: absolute;
  top: 23px;
  height: 5px;
  width: 60px;
  left: 64px;
}


.cseek{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 5px;
  background: #fff;
  cursor: pointer;
}

.cbar{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 5px;
  cursor: pointer;
}

.mplayhold{
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 24px;
  z-index: 50;
}

.themusic{
  position: relative;
}
