﻿#mcts1 
{
    /*width:870px;*/
    width:1270px;
    height:200px;
    padding:0px 0px;
    margin-left:-7px;

    /* 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:0px;
    margin-right:13px; /* this specifies the distance between each thumbnail */
    /*background-color:White;*/
    border:0px solid #4A5984;
    text-align:center;
    position:relative;
}

#mcts1 img 
{
    border:none;
}


/*---------built-in navigation buttons-------*/
#mcts1 .navPrev, #mcts1 .navNext
{
    width:29px; height:29px; position:absolute;  
    background:url(../img/icon_arrows.jpg); 
    display:inline-block; z-index:5; cursor:pointer;
}
#mcts1 .navPrev {background-position:0 0px;top:-45px;left:1203px;}
#mcts1 .navPrev:hover {background-position:0 0px;}
#mcts1 .navPrevDisabled, #mcts1 .navPrevDisabled:hover {background-position:0 0;cursor:default;}

#mcts1 .navNext {background-position:-29px 0px;top:-45px;right:12px;} 
#mcts1 .navNext:hover {background-position:28px 0px;} 
#mcts1 .navNextDisabled, #mcts1 .navNextDisabled:hover {background-position:29px 0; cursor:default;} 

#mcts1 .navPause, #mcts1 .navPlay {left:360px;top:130px;}
#mcts1 .navPause {background-position:0 -66px;} 
#mcts1 .navPause:hover {background-position:0 -88px;} 
#mcts1 .navPlay {background-position:-16px -66px;} 
#mcts1 .navPlay:hover {background-position:-16px -88px;} 

#mcts1 .navPlay, #mcts1 .navPause {
	display:none;
}

.navPrev, .navPlay, .navPause, .navNext 
{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   user-select: none;
}
       
/*---------built-in navigation bullets--------*/
/* Note: the navBullets won't be available when "scrollByEachThumb" was set to false in the Javascript.*/
#mcts1 .navBullets
{
    display:none;
}


/* --------- Others ------- */
#mcts1
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}




