.logo-banner{ background: url(customer_scroll_bg.gif) no-repeat 0 0; width: 964px; height: 155px; position: relative; display: block; }
.logo-shadow{ background: #fff url(logo_shadow.gif) no-repeat 0 100%; width: 207px; padding: 10px; height: 115px; display: block; float: left; }
.logo-image{ background: #fff; height: 110px; width: 182px; overflow: hidden; text-align: center; float: left; }
.logo-copy{ float: left; background: #fff; width: 182px; height: 32px; overflow: hidden; text-align: left; padding: 10px 0 0 0; }
.logo-text{ color: #333; font-size: 12px; padding: 0 0 5px 0; }
.logo-link{ font-size: 11px; }
.logo-link a{ text-decoration: none; color: #e60; font-size: 11px; font-weight: bold; }
.logo-link a:hover{ text-decoration: underline; }
/*client scroller*/
.jcarousel-container{ position: relative; }
.jcarousel-clip{ z-index: 2; 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: 207px; height: 177px; overflow: hidden; }
.jcarousel-next{ z-index: 3; display: none; }
.jcarousel-prev{ z-index: 3; display: none; }
.jcarousel-container-horizontal{ width: 894px; padding: 10px 35px 14px 35px; }
.jcarousel-clip-horizontal{ width: 872px; height: 177px; margin-left: 16px; }
.jcarousel-item{ width: 207px; height: 177px; }
.jcarousel-item-horizontal{ margin-right: 11px; }
.jcarousel-item-placeholder{ background: #fff; color: #000; }
.jcarousel-next-horizontal{ position: absolute; top: 55px; right: 3px; width: 35px; height: 40px; cursor: pointer; background: url(slider_button.gif) no-repeat -174px -100px; }
.jcarousel-next-horizontal:hover{ background-position: -131px -100px; }
.jcarousel-next-horizontal:active{ background-position: -131px -100px; }
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active{ cursor: default; background-position: -216px -100px; }
.jcarousel-prev-horizontal{ position: absolute; top: 55px; left: 8px; width: 35px; height: 40px; cursor: pointer; background: url(slider_button.gif) no-repeat -38px -100px; }
.jcarousel-prev-horizontal:hover{ background-position: -81px -100px; }
.jcarousel-prev-horizontal:active{ background-position: -81px -100px; }
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active{ cursor: default; background-position: 5px -100px; }
