﻿#clients-box{
	width:870px;
	height:auto;
	
}
.div2 {width:870px;margin:0 left;}
.div2 {margin-top:20px;}

#mcts1 
{
    width:870px;
    height:auto;
    padding:20px 10px 20px 10px;
    background:#343232;
    /* Do not alter the below settings*/
    white-space:nowrap;
    position:relative;
    font-size:0px;
}

#mcts1>* {display:none;}
  
/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
#mcts1 div.item 
{
    padding:3px;
    margin-right:20px; /* this specifies the distance between each thumbnail */
    background-color:dbd2d8;
    border:1px solid #ddd;
    text-align:center;
    position:relative;
}

#mcts1 img 
{
    border:none;
}
