/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	margin: 0px 0px;
    position: relative;
	width:905px;
	height:70px;
	overflow: hidden; /* important */ 
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#jcarousel-list {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
	height:70px;
	width:20000px;
	padding-left:920px;
	padding-top:5px;
}

#jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	width:auto;
}

/**
 * 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;
}


#jcarousel-list li {
	overflow: hidden; 
	float: left; 
	height: 70px;
	margin:0px 5px;
	line-height:4.5em;
	display:block;	
	vertical-align: middle
}

#jcarousel-list li.brand {
	line-height:6em;
}

.tape {clear:both;display:block;background:url("../template-images/brands_bg.jpg") top left no-repeat;height:75px;margin:0px 0px 10px 0px;text-align:center;#margin-top:0px}
.tape .brandtext {display:none;width:40px;float:left;font-size:11px;padding:12px 0px 0px 15px;text-align:left}
#next { font-size:10px;position:absolute;margin-top:140px;margin-left:-450px }
#next:hover {color:red}
