
/*--------------CLIENT LOGO CSS----------------------------------*/
#client_part{ background-image:url(images/clients_bg1.jpg); height:104px; background-repeat:repeat-x;}
#client_head{ width:510px; margin:0px auto; background-image:url(images/client_head.jpg); background-repeat:no-repeat; background-position:center; height:30px;}
#client_logo_fix{ width:510px; margin:0px auto;}
.clients_logo{height:104px; margin-top:30px; width:510px; margin-left:auto; margin-right:auto; overflow:hidden;}
.clients_logo ul{ margin:0px; padding:0px;}
.clients_logo li{ width:83px; height:104px; display:block; float:left; margin-right:5px; margin-left:5px;}
.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;}
