/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container". */

#scroll_bg {padding:0px; width:803px;  margin:10px 0px 0px 0px; border:1px solid #eee; /*border-width: 0px 1px 1px 1px; border-top:none;*/}
#scroller{width:1600px;height:120px;list-style:none;text-align:center;overflow:hidden;margin:0;padding:0px 10px; }
#scroller li{float:left;height:120px;width:219px;margin:0;padding:0px 10px; border-right:1px solid #eee;}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container". */

.jcarousel-container-horizontal {width: 805px; height: 120px; overflow: hidden;}
.jcarousel-container {position:/*inherit*/relative; top: /*4px*/0; left: 0px; margin: 0; padding: 0; width:803px; overflow:hidden;}
.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: 130px; height: 100px;    padding-left: 4px; padding-right: 4px;}
/**
 * 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: block; width:20px; background:#990000; height:170px; position:absolute; left:765px; top:0; margin:0; padding:0;}
.jcarousel-prev {z-index: 3; display: block;width:20px; background:#990000;	height:170px; position:absolute; left:0px; top:0; margin:0; padding:0;}

div.clear {clear: both;}
.clientscroll_title {font-size:13px; font-weight:bold; padding:5px 10px 0px 10px; margin:0; text-align:left;}
.moreclients_list {font-size:12px; font-weight:normal; padding:0px 10px; margin:0; text-align:right; }
