.carousel-holder{
	position:relative;
	width: 226px;
	height:105px;
}

.jcarousel-clip-horizontal {
	width: 226px;
	height:105px;
	oveflow:hidden;
}

.jcarousel-item-horizontal {
	 
}

#rss_carousel  .rss-feed {
width:220px;
padding-left:2px;
}

.jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

.jcarousel-next-horizontal {
	position: absolute;
	top: 110px;
	left: 107px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: transparent url(../images/home/btn_right.gif) no-repeat 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background: transparent url(../images/home/btn_right.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
	position: absolute;
	top: 110px;
	left: 82px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background: transparent url(../images/home/btn_left.gif) no-repeat 0 0; 
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background: transparent url(../images/home/btn_left.gif) no-repeat 0 0;
}

.jcarousel-container {
	position: relative;
}

#jcarousel-seemore {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

#jcarousel-rss {
	position: absolute;
	top: 110px;
	left: 134px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 225px;
	height:105px;
}

/**
* The buttons are added dynamically by jCarousel before
* the <ul> list (inside the <div> described above) and
* have the classnames "jcarousel-next" and "jcarousel-prev".
*/
.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}