#carousel-wrapper {
	width: 460px;
	height: 99px;
	overflow: hidden;
}

#carousel-content {
	width: 460px;
}

#carousel-content .slide {
	float: left !important;
	width: 460px !important;
	height: 99px !important;
	margin: 0px !important;
}

#carousel-content .block-list-item-source {
	font-weight: normal !important;
	font-size: 80% !important;
	display: block !important;
}

#carousel-content .block-list-item-title {
	font-size: 125%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

.carousel-controls {
	float: right;
}

.control-up {
	float: left;
	display: block;
	width: 20px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url(../images/button-updown.png) no-repeat 0px 0px;
}

.control-down {
	float: left;
	display: block;
	width: 19px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url(../images/button-updown.png) no-repeat -20px 0px;
}

.control-up.active {
	background: transparent url(../images/button-updown.png) no-repeat 0px -16px; }
.control-down.active {
	background: transparent url(../images/button-updown.png) no-repeat -20px -16px; }