/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	color:#999900;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
	color:#FF9966;
	
    top: 0;
    left: 0;
    margin:0;
    padding:0;
}


/**
 * 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".
 */
.news
{
FONT-SIZE: 12px;
COLOR: #b2b2b2;
line-height:1px;
FONT-FAMILY: arial;
text-decoration:none;
font-weight:normal;
padding:1px;
}

a.news:link, a.news:visited
{
FONT-SIZE: 12px;
COLOR: #b2b2b2;
line-height:12px;
FONT-FAMILY: arial;
text-decoration:none;
font-weight:normal;
}

a.news:hover
{
FONT-SIZE: 12px;
COLOR: #0a45c0;
line-height:11px;
FONT-FAMILY: arial;
text-decoration:none;font-weight:normal;
}