

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-scope".
 */
.jcarousel-scope {
    position: relative;
    overflow: hidden;
/*     width: 500px; */
/*     padding: 4px; */
/*     border: 1px solid red; */
    height: 76px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
/*     border: 1px solid green; */
}

.jcarousel-list li {
    float: left;
/*     list-style: none; */
    width: 122px;
    height: 76px;
/*     padding: 0 0 0 20px; */
/*     border: 1px solid blue; */
    text-align: center;
	list-style-position: inside;
	background-color: transparent;
	vertical-align: bottom;
/* 	line-height: 20px; */
}

.jcarousel-list li a img {
/* 	width: 110px; */
}

.jcarousel-clip {
	float: left;
}

/**
 * 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 {
/*     position: absolute; */
/*     top: 45px; */
/*     right: 5px; */
    width: 33px;
    height: 76px;
/*     margin-left: 4px; */
    cursor: pointer;
    float: left;
}

.jcarousel-next-disabled {
    color: #ACCC68;
    cursor: default;
}

.jcarousel-prev {
/*     position: absolute; */
/*     top: 45px; */
/*     left: 5px; */
    width: 33px;
    height: 76px;
    cursor: pointer;
    float: left;
/*     margin-right: 4px; */
}

.jcarousel-prev-disabled {
    color: #ACCC68;
    cursor: default;
}

/* Ezine Winter 2008 */
.ult-parent-191 .jcarousel-prev,
.ult-parent-191 .jcarousel-next {
	display: none;
	width: 1px;
	height: 1px;
}