
/* vertical Carousel */

.ui_vertical_carousel {
}

#vertical_carousel {
  float:left;
  width: 128px;
  height: 465px;
  margin-bottom: 10px;
  position: relative;
  background:url(../images/bg.gif);
  z-index:0;  
}

#vertical_carousel .container {
  float:left;  
  width: 128px;
  height: 443px;
  overflow: hidden;
}

#vertical_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#vertical_carousel ul li {
  width: 128px;
  height: 120px;
  text-align: center;      
  list-style:none;   
  float:left;
}                         

#vertical_carousel .previous_button {
  float:left;
  height: 22px;
  width: 128px;
  background: url(prototype-ui/vertical/left.gif);
  cursor: pointer;    
  display:inline;

}

#vertical_carousel .previous_button_over {
  background: url(prototype-ui/vertical/left_over.gif);
}

#vertical_carousel .previous_button_disabled {
  background: url(prototype-ui/vertical/left_disabled.gif);
  cursor: default;
}

#vertical_carousel .next_button {
  float:left;
  height: 22px;
  width: 128px;
  background: url(prototype-ui/vertical/right.gif);
  display:inline;
  
  cursor: pointer;
}

#vertical_carousel .next_button_over {
  background: url(prototype-ui/vertical/right_over.gif);
}

#vertical_carousel .next_button_disabled {
  background: url(prototype-ui/vertical/right_disabled.gif);
  cursor: default;
}

#featuredartist{
	position:absolute;
	background:#CCCCCC;
	top: 130px;
	left: 0px;
	width:10px;
	height:200px;
	font-family:Verdana;
	font-size:11px;
	text-align:center;
	z-index:1;
}

