#clips_carousel, .carousel {
  width: 480px;
  height: 47px;
  margin-bottom: 0;
  position: relative;
}
#clips_carousel {
	margin-top: 10px;
}
#top_ten_carousel {
	width: 100%;
	height: 130px;
}
#featured_tag_carousel {
	width: 100%;
	height: 50px;
}

#clips_carousel .container, .carousel .container {
  position: absolute;
  top: 0;
  left: 40px;  
  width: 400px;
  height: 47px;
  overflow:hidden;
}
#top_ten_carousel .container {
	left: 20px;
	width: 588px;
	height: 130px;
}
#featured_tag_carousel .container {
	left: 22px;
	width: 375px;
	height: 50px;
}      
.carousel .button {
  position: absolute;
	top: 0;
  z-index: 100;    
  cursor:pointer;
}
.carousel .previous_button {
  left: 0;
}
#clips_carousel .button {
  width: 40px;
  height: 47px;
}
#top_ten_carousel .button {
	top: 15px;
	width: 20px;
	height: 84px;
}
#featured_tag_carousel .button {
	top: 10px;
	width: 17px;
	height: 39px;
}
#clips_carousel .previous_button {
  background: url("../images/shared/carousel-arrow-l.png") no-repeat 15px -20px;
}
#top_ten_carousel .previous_button {
  background: url("../images/shared/home-arrow-l.gif") no-repeat 0 0;
}
#featured_tag_carousel .previous_button {
  background: url("../images/shared/home-arrow-l.gif") no-repeat left -25px;
}

#clips_carousel .previous_button:hover, .carousel .previous_button:hover {
  background-position: 15px -104px;
}
#top_ten_carousel .previous_button:hover {
	background-position: 0 -84px;
}
#featured_tag_carousel .previous_button:hover {
	background-position: 0 -109px;
}

#clips_carousel .previous_button_disabled, .carousel .previous_button_disabled {
  background-position: 15px -188px;
  cursor:default;
}
#top_ten_carousel .previous_button_disabled {
	background-position: 0 -168px;
}
#featured_tag_carousel .previous_button_disabled {
	background-position: 0 -193px;
}

#clips_carousel .previous_button_disabled:hover, .carousel .previous_button_disabled:hover {
  background-position: 15px -188px;
}
#top_ten_carousel .previous_button_disabled:hover {
	background-position: 0 -168px;
}
#featured_tag_carousel .previous_button_disabled:hover {
	background-position: 0 -193px;
}

.carousel .next_button {
  right: 0;
}
#clips_carousel .next_button, .carousel .next_button {
  background: url("../images/shared/carousel-arrow-r.png") no-repeat 5px -20px;
}
#top_ten_carousel .next_button {
	background: url("../images/shared/home-arrow-r.gif") no-repeat top right;
}
#featured_tag_carousel .next_button {
  background: url("../images/shared/home-arrow-r.gif") no-repeat right -25px;
}

#clips_carousel .next_button:hover, .carousel .next_button:hover {
	background-position: 5px -104px;
}
#top_ten_carousel .next_button:hover {
	background-position: right -84px;
}
#featured_tag_carousel .next_button:hover {
	background-position: right -109px;
}

#clips_carousel .next_button_disabled, .carousel .next_button_disabled {
	background-position: 5px -188px;
  cursor:default;
}
#top_ten_carousel .next_button_disabled {
	background-position: right -168px;
}
#featured_tag_carousel .next_button_disabled {
	background-position: right -193px;
}

#clips_carousel .next_button_disabled:hover, .carousel .next_button_disabled:hover {
	background-position: 5px -188px;
}
#top_ten_carousel .next_button_disabled:hover {
	background-position: right -168px;
}
#featured_tag_carousel .next_button_disabled:hover {
	background-position: right -193px;
}

#clips_carousel ul, .carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  /*height: 144px; */
}

#clips_carousel ul li, .carousel ul li {
	font-size: 11px;
}                               

#clips_carousel ul li, .carousel ul li {
	position: relative;
  margin: 0;
  padding: 0;
  width: 80px;
	height: 47px;
  list-style:none;   
  float:left;
}
#top_ten_carousel ul li {
	margin: 0;
	/*padding: 0 3px;*/
	width: 147px;
	height: 82px;
	text-align: center;
	color: #000;
}
#featured_tag_carousel ul li {
	margin: 0;
	padding: 10px 3px 1px 2px;
	width: 70px;
	height: 39px;
}

#top_ten_carousel ul li span.number {
	display: block;
	font-size: 14px;
}

#clips_carousel ul li a, .carousel ul li a {
	position: absolute;
	top: 0;
	left: 0;
  display: block;
	width: 78px;
	height: 47px;
}
#clips_carousel ul li a {
	left: 1px;
	background: transparent;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#clips_carousel ul li a:hover {
	background: #FC0;
}
#clips_carousel ul li a.on, #clips_carousel ul li a.on:hover {
	background: #318BCC;
}
.carousel ul li .thumbnail {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 70px;
	height: 39px;
}
#clips_carousel ul li .thumbnail {
	margin: 4px;
}
.carousel ul li .thumbnail img {
	display: none;
}
#clips_carousel ul li a .thumbnail span {
	display: block;
	width: 70px;
	height: 39px;
}
#clips_carousel ul li a:hover .thumbnail span {
	background: url('../images/shared/play.png') no-repeat 50% -4px;
}
#clips_carousel ul li a.on .thumbnail span, #clips_carousel ul li a.on:hover .thumbnail span {
	background: url('../images/shared/play.png') no-repeat 50% -52px;
}
#featured_tag_carousel ul li a {
	top: 0;
	left: 2px;
	width: 70px;
	height: 50px;
	background: none;
}
#featured_tag_carousel ul li a.on {
	background: url("../images/main/selected-clip.png") no-repeat 0 0;
}
#top_ten_carousel ul li a {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	margin-bottom: 3px;
	padding: 3px;
	width: 141px;
	height: 76px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
#top_ten_carousel ul li a span {
	display: block;
	width: 141px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: 50% top;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
#top_ten_carousel ul li a img {
	display: none;
}

#clips_carousel ul li a:hover, .carousel ul li a:hover {
	background-position: 1px -47px;
}
#top_ten_carousel ul li a:hover {
	background: #fc3;
}