/** * This <div> element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */.jcarousel-container {    position: relative;}
.jcarousel-clip {    z-index: 0;    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-list li,.jcarousel-item {    float: left;    list-style: none;    /* We set the width/height explicitly. No width/height causes infinite loops. */    width: 800px;    height: 86px;	font-family:Georgia, "Times New Roman", Times, serif;}
.jcarousel-item .heading {	font-size:12px;	text-transform:uppercase;	font-weight:bold;	color:#b60000;}
.jcarousel-item .name {	font-size:11px;}
.jcarousel-item a {	color:#000000;	text-decoration:none;  }
.jcarousel-next {    z-index: 3;    display: none;}
.jcarousel-prev {    z-index: 3;    display: none;}

