#homenews {
	overflow: hidden;
}

#homenews ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#homenews ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 120px;
}

#homenews .jcarousel-container-horizontal {
    width: 300px;
    padding: 0px;
}

#homenews .jcarousel-clip-horizontal {
    width:  300px;
    height: 120px;
}

#homenews .jcarousel-item {
    width:300px;
    height: 120px;
}

#homenews .jcarousel-item-horizontal {
    margin-right: 10px;
}

#homenews .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#homenews .jcarousel-next-horizontal {
    position: absolute;
    top: 107px;
    right: 0px;
    width: 39px;
    height: 17px;
    cursor: pointer;
    background: url(../images/next1.gif) no-repeat 0 0;
}

#homenews .jcarousel-next-disabled-horizontal,
#homenews .jcarousel-next-disabled-horizontal:hover,
#homenews .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#homenews .jcarousel-prev-horizontal {
    position: absolute;
    top: 107px;
    right: 25px;
    width: 39px;
    height: 17px;
    cursor: pointer;
    background: url(../images/prev1.gif) no-repeat 0 0;
}

#homenews .jcarousel-prev-disabled-horizontal,
#homenews .jcarousel-prev-disabled-horizontal:hover,
#homenews .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
