
#mcts1, #mcts1 div { box-sizing:content-box; }

#mcts1 
{
    box-sizing: content-box;
    width:70%;
    height:156px;
    margin: 0 auto;
    padding:4px 6px;
	top: 200px;
    
    /* Do not alter the below settings */
    white-space:nowrap;
    position:relative;
    font-size:0px;
}
#mcts1>a, #mcts1>div, #mcts1>img {display:none;}
  
/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
#mcts1 div.item 
{
    padding:0;
    margin-right:0; /* this specifies the distance between each thumbnail */
    border:none;
    text-align:left;
    position:relative;
}

/*-------- style of user defined class ---------*/
#mcts1 div.each 
{
    color:#ffffff;
    white-space:normal;
    padding:10px;
    width:100%;
    height:152px;
    font:normal 18px/22px Sans-serif;
    border-radius:6px;
	text-shadow: 0px 0px 12px #000000;
}

#mcts1 .each .content 
{
    float:left;
    padding-left:10px;
    padding-right:6px;
    width:90%;
    height:152px;
    overflow:auto;
}
#mcts1 .each img 
{
    border:none;
    float:left;
}


        



/* --------- Others ------- */
#mcts1 div, #mcts1 img
{
    -webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

