@import url(//fonts.googleapis.com/css?family=Arimo);
body{
	background-color:transparent;
}

html, body
{
	margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-size:14px;
    color:#252525;
	font-family: "Trebuchet MS", Nunito, Garuda, sans-serif;
}


a{
	color: #F15A23;
	font-weight: bold;
	text-decoration: none;

}
 h1 {
        position: relative;
        font-size: 80px;
        margin-top: 0;
        text-shadow: 2px 2px 2px white;
        color: #292929;
    }

#global
{
	position: relative;
	width: 835px;
	height:487px;
	margin: 0 auto;
	padding: 0;
	background-image:url(../images/bgplayer-normal.png);
	background-repeat:no-repeat;
}

#container{
	width:835px;
	height:auto;
	position:absolute;
	margin:0 0 0 0;
	padding:0;
	z-index:10;
}

.footer
{
	z-index: 2;
	position: relative;

	width: 662px;
	height: 100px;
	text-align: center;
	font-size: 13px;
}

#logo
{
	position:absolute;
	top:10px;
	left:10px;
	z-index: 100;
}

.footer p
{
	padding-top: 300px;
	padding-bottom: 20px;
}

#fluxName
{
	width:230px;
	height:23px;
	position:absolute;
	top:172px;
	left:226px;
	font-size: 18px;
	overflow: hidden;
	display: inline;
}

#currentSong{
	width:230px;
	height:100px;
	position:absolute;
	top:200px;
	left:226px;

	overflow:hidden;
	font-size:14px;
}

#artistSong{
	width:230px;
	height:26px;
	position:absolute;
	top:0px;
	left:0px;
	display: inline;
	overflow:hidden;
	font-size:22px;
	color:#2e2e2e;
	line-height: 26px;
	/*text-shadow: 1px 1px 1px black;*/
}

#titleSong{
	width:230px;
	height:20px;
	position:absolute;
	top:36px;
	left:0px;
	padding-left:0px;
	padding-top:0px;
	overflow:hidden;
	font-size:16px;
	color:#525252;
}

#songHistoryContainer{
	width:468px;
	height:210px;
	position:absolute;
	top:91px;
	padding-top:10px;
	left:56px;
	overflow:hidden;
}

#songHistoryBackground{
	width:472px;
	height:220px;
	position:relative;
	top:-227px;
	left:0px;
	overflow:hidden;
	background-image:url(../images/SongHistoryBackground.png);
	background-repeat:no-repeat;
}

#songHistoryText{
	width:454px;
	height:207px;
	position:absolute;
	padding-left:12px;
	padding-top:8px;
	overflow:hidden;
	font-size:11px;
	color:#999;
	font-family: Tahoma, Geneva, sans-serif;
}

#coverGlass{
	width:140px;
	height:85px;
	left:68px;
	top:173px;
	position:absolute;
	background-image:url(../images/GlassCover.png);
	background-repeat:no-repeat;
	z-index:10;
}

#coverHolder{
	width:140px;
	height:140px;
	left:68px;
	top:173px;
	position:absolute;
	/*background-color:#222;*/
}

#coverPreloader{
	width:48px;
	height:48px;
	left:24px;
	top:24px;
	position:absolute;
	/*visibility: hidden;*/
}

#img_default_cover {
    width:100%;
	height:100%;
}

#pubHori
{
	width:468px;
	height:60px;
	position:absolute;
	top:23px;
	left:347px;
}

#pubCarre
{
	width:300px;
	height:250px;
	position:absolute;
	top:129px;
	left:513px;
}

#playBtn{
	width:47px;
	height:47px;
	position:absolute;
	top:330px;
	left:112px;
	background-image:url(../images/btnplay.png);
	background-repeat:no-repeat;
	cursor:pointer;
}



#stopBtn{
	width:47px;
	height:47px;
	position:absolute;
	top:330px;
	left:112px;
	background-image:url(../images/btnstop.png);
	background-repeat:no-repeat;
    cursor:pointer
}

#slider{
	width:152px;
	position:absolute;
	top:342px;
	left:260px;
}

#hd {
	width: 30px;
	position: absolute;
	top: 342px;
	left: 420px;
}

#hd:hover {
	cursor: pointer;
}

#songHistoryBtn{
	width:85px;
	height:30px;
	position:absolute;
	background-image:url(../images/SongHistoryNormal.png);
	background-repeat:no-repeat;
	top:53px;
	left:343px;
	cursor:pointer;
}

#eqHolder {
	top: 12px;
	left: 272px;
	position: absolute;
	width: 30px;
	height: 118px;
	background-color:#222;
	overflow:hidden;
		visibility: hidden;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=-90);
}

#eqOne {
	top:5px;
	left:0px;
	position: absolute;
	width: 0px;
	height: 20px;
	background-color:#838383;
}

#eqTwo {
	top:27px;
	left: 0px;
	position: absolute;
	width: 0px;
	height: 20px;
	background-color:#838383;
}

#eqThree {
	top:49px;
	left: 0px;
	position: absolute;
	width: 0px;
	height: 20px;
	background-color:#838383;
}

#eqFour {
	top:71px;
	left: 0px;
	position: absolute;
	width: 0px;
	height: 20px;
	background-color:#838383;
}

#eqFive {
	top:93px;
	left: 0px;
	position: absolute;
	width: 0px;
	height: 20px;
	background-color:#838383;
}

#eqSix {
	top:120px;
	left: 0px;
	position: absolute;
	width: 0px;
	height: 20px;
	background-color:#F15A23;
}

#usedMemory{
	top:15px;
	left: 380px;
	position: absolute;
	width: 40px;
	height: 16px;
	background-color:#838383;
	color:#fff;
	text-align:center;
	padding-top:2px;
	font-size:10px; color:#fff;
	font-family: Tahoma, Geneva, sans-serif;
	display: none;
}

#copyright
{
	top: 458px;
	left: 688px;
	position: absolute;
	width: 139px;
	height: 16px;
	color: #fff;
	text-align:center;
	padding-top:2px;
	font-size:12px;
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
	text-shadow: 1px 1px 1px black;
}

#copyright a
{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#copyright a span
{
	color: #fff;
	font-weight: bold;
}


#multiflux
{
	width:570px;
	height:36px;
	position:absolute;
	top:443px;
	left:36px;
}


.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 510px;
    padding: 0px 40px;
}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	position: absolute;
    width:  500px;
    height: 36px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: auto;
    height: 36px;
    padding: 0px 15px 0px 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 36px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.jcarousel-skin-tango .jcarousel-item a{
	color: #fff;
}

.jcarousel-skin-tango .off {
	color: rgba(0,0,0,0.5);
    background: rgba(255,255,255,0.3);
}

.jcarousel-skin-tango .off a{
	color: rgba(0,0,0,0.5);
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../images/pright.png) no-repeat 0 -30px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/pleft.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: 0px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
    visibility: hidden;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(../images/pleft.png) no-repeat 0 -30px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/pright.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
    visibility: hidden;
}

#action_vote
{
	top:277px;
	left: 226px;
	position: absolute;
	width: 230px;
	height: 50px;
}

#achat_url
{
	top:277px;
	left: 306px;
	position: absolute;
	width: 150px;
	height: 50px;
}

#dedicaces
{
	top: 392px;
	left: 36px;
	position: absolute;
	width: 781px;
	height: 33px;
}

#dedicacesbtn
{
	width: 179px;
	height: 33px;
	float: left;
	cursor: pointer;
}

#dedicacesbtn span {
	position: absolute;
	padding-top: 6px;
	padding-left: 19px;
	color: white;
	text-shadow: 1px 1px #000000;
	width: 179px;
	height: 33px;
	background: url(../images/dedicacesbtn.png) no-repeat;
}

#dedicacesContent
{
	width: 602px;
	height: 33px;
	background: url(../images/dedicacesbg.png) no-repeat;
	float: left;
}


#dedicacesContent ul
{
	list-style-type: none;
	margin: 5px 0 0 15px;
	padding: 0;
	font-size: 12px;
	opacity: 0.75;
}


#dedicacesContent ul li
{
	color: #fff;
}


.clearer{
  clear:both;
}
.ctrotator{
  width:180px;
  margin:0;
  padding:0 0 5px 0;
}
.ctrotator-item{
  list-style:none;
  padding:2px 0 3px 0;
  color: #fff;
}

.modal.fade.in {
top: 1%;
}
