/* Horizontal Carousel */
.horizontal_carousel {
  float:left;
  width: 484px;
  height: 170px;
  margin-bottom: 10px;
  position: relative;  
}         

.horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 37px;  
  width: 396px;
  height: 161px;
  overflow:hidden;   
  background: url(/assets/img/shell/bkgd_music_carousel.gif) top center no-repeat;
  text-align: center;
}            

.horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 144px;
  background: url(/assets/img/carousel/left2.gif);
  z-index: 100;    
  cursor:pointer;
}        

.horizontal_carousel .previous_button_disabled {
  background: url(/assets/img/carousel/left-disabled2.gif);
  cursor:default;
}

.horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 27px;
  height: 144px;
  background: url(/assets/img/carousel/right2.gif);
  z-index: 100;
  cursor:pointer;
}   

.horizontal_carousel .next_button_disabled {
  background: url(/assets/img/carousel/right-disabled2.gif);
  cursor:default;
}

.horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
}                      

.horizontal_carousel ul li img {
  border:0;
  display:block;
  text-align: center;
  background:#E3EDFA;  
}                               

.horizontal_carousel ul li {
  font-family: century gothic,arial,sans-serif;
  font-size:10px;
  text-decoration: none;
} 
.horizontal_carousel a {
  font-family: century gothic,arial,sans-serif;
  font-size:9px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
} 
.horizontal_carousel a:hover {
  text-decoration: underline;
} 

.horizontal_carousel ul li {
  border:0px solid green;
  text-align: center;
  color:#000000;
  margin:0 auto;
  padding-right:7px;
  padding-top: 10px;
  width:123px;
  list-style:none;   
  float:left;
}

#clink a{
	font: normal 9px century gothic, arial, sans-serif;
	color: #000000;
	text-decoration: none;
}
#clink a:hover{
	font: normal 9px century gothic, arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}
