#music{
	padding:210px 0 0 0; 
	background:#000;
}

#homeArtist{
	width:210px;
	height:17px;
	background:#FFF url(../../img/white/moreArtist.jpg) no-repeat top left;  
	margin:0px 0 0 20px; 
	padding:40px 0 35px 10px;
} 

h1{

	font-size:18px;    
	font-weight:bold;   
	text-align:left;
}

#homeArtistMore a{  
	display:block;
     	text-transform:uppercase;   
     	padding:4px 10px 4px 80px;  
	margin:10px 0 90px 50px;
	background:#FFF; 
	width:100px; 
	font-size:11px;    
	font-weight:bold;
}


#bottomMusic{
	width:874px;
	margin:10px auto 20px auto;
	
}  


#allArtists{
	background:#ededed; 
	padding:10px 0 30px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0 20px 0;
} 

#allArtists h2{
	padding:4px 0 4px 5px;
	font-size:12px;
	text-transform:uppercase;
	color:#817a7a;   
} 

#playerMusic{
	float:right;
	width:416px;
	height:350px;
	background:#ededed; 
	padding:10px 0 12px 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0 20px 10px;
}
  
/* * * * * * * * * * * * * * * * *
  	CAROUSEL HORIZONTAL
* * * * * * * * * * * * * * * * */


.jcarousel-skin-ie7 .jcarousel-container {
    position: relative;
	width:874px;
	margin:auto;
}

.jcarousel-skin-ie7 .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-ie7 .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	cursor:pointer; 
}



.jcarousel-skin-ie7 .jcarousel-list li,
.jcarousel-skin-ie7 .jcarousel-item {
        float:left;
    	list-style: none;
    	height:134px;
	width:284px;
        margin:0 11px 0 0;
 	background:url(../../img/white/ongletMusic.png) no-repeat center center;
}

.jcarousel-skin-ie7 .jcarousel-item  .anArtist{
    width:271px;
    margin:auto;
    height:134px;
}
   
h3,
h3 a,
h3 a:visited{
	padding:1px 0 0 10px; 
	font-weight:bold;
	font-size:12px;
	color:#707070; 
	text-transform:uppercase;

}
 
.jcarousel-skin-ie7  .jcarousel-prev{  
	background:url(../../img/prev.png) no-repeat center center;    
	z-index:10;
    	width:39px;
    	height:50px;

	position:absolute;
	top:40px;  
	left:-45px; 
	cursor:pointer;
} 

.jcarousel-skin-ie7 .jcarousel-next{
	background:url(../../img/next.png) no-repeat center center;
	z-index:10; 
     	width:39px;
    	height:50px;
	position:absolute;        
	top:40px;   
	left:881px; 
	cursor:pointer;   
}   


/* * * * * * * * * * * * * * * * *
  	CAROUSEL VERTICAL
* * * * * * * * * * * * * * * * */
 

.jcarousel-skin-tango .jcarousel-container {
    	position: relative;
	width:427px;
	height:310px;
	margin:auto;  
}

.jcarousel-skin-tango .jcarousel-clip {
    z-index: 2;
    padding: 0;     
    height:310px; 
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.jcarousel-skin-tango .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	cursor:pointer; 
}



.jcarousel-skin-tango .jcarousel-list li,
.jcarousel-skin-tango .jcarousel-item {
    list-style: none;
    height:77px;
    width:427px; 
    background:#FFF;   
    overflow:hidden; 
    border:solid #898888;
    border-width:0 0 1px 0;
}

.jcarousel-skin-tango .jcarousel-item .active {
    background: #EEE;
}



.jcarousel-skin-tango .jcarousel-item  p{
	width:200px;
}

.jcarousel-skin-tango .jcarousel-item  h4,
.jcarousel-skin-tango .jcarousel-item  h4 a,
.jcarousel-skin-tango .jcarousel-item  h4 a:visited{
	width:220px;  
	padding:20px 0 0 5px;
	font-size:11px;
	color:#898888;
}


 
.jcarousel-skin-tango  .jcarousel-prev{  
	background:url(../../img/white/prev-vert.jpg) no-repeat center center;    
	cursor:pointer;
	height:20px;
	left:310px;
	position:absolute;
	top:-20px;
	width:37px;
	z-index:10;
} 

.jcarousel-skin-tango .jcarousel-next{
	background:url(../../img/white/next-vert.jpg) no-repeat center center;
	cursor:pointer;
	height:20px;
	left:310px;
	position:absolute;
	top:310px;
	width:37px;
	z-index:10;
}   

