
/*--------------CLIENT LOGO CSS----------------------------------*/
#client_part{ background-image:url(images/clients_bg1.jpg); height:96px; background-repeat:repeat-x;}
#client_head{ width:960px; margin:0px auto; background-image:url(images/client_head.jpg); background-repeat:no-repeat; background-position:center; height:96px;}
#client_logo_fix{ width:960px; margin:0px auto;}
.clients_logo{height:96px; margin-top:0px; width:960px; margin-left:auto; margin-right:auto; overflow:hidden;}
.clients_logo ul{ margin:0px; padding:0px;}
.clients_logo li{ width:130px; height:96px; display:block; float:left; margin-right:12px; margin-left:12px;}
.prev{ background-repeat:no-repeat; height:23px; width:23px; background-image:url(images/next.png); display:block; position:relative; top:-60px; float:right;cursor:pointer; z-index:1000;}
.next{ background-image:url(images/previous.png); background-repeat:no-repeat; height:23px; width:23px; display:block; position:relative;top:-60px; cursor:pointer; z-index:1000;}
