/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

#scroll_bg {padding:0 10px;background:url(../images/articles/logo_list_bg.png); width:926px;  margin:5px}
#scroller{width:1600px;height:120px;list-style:none;text-align:center;overflow:hidden;margin:0;padding:0px 10px; }
#scroller li{float:left;height:100px;width:130px;margin:10px 0;padding:0px 5px;}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-container-horizontal {
  width: 926px;
  height: 120px;
  overflow: hidden;
  
  
  
}

.jcarousel-container {
    position:inherit;
    top: 4px;
    left: 0px;
    margin: 0;
    padding: 0;
	width:926px;
	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: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


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; }
/*Clients list page */

.client_list_holder {width:690px; padding:0; margin:0;}
#client_list {width:690px; padding:0; margin:0; z-index:1; top:auto; left:auto; position: relative;}
#client_list ul {margin:10px 0; padding:0; list-style:none;}
#client_list ul li {width:130px; height:130px; padding:10px; margin:5px; background:url(../images/articles/logo_list_bg.png); list-style:none; float:left; display:block; border:0px #CCCCCC solid;}
#client_list ul li:hover {background:url(../images/articles/logo_bg_over.png)}
