[id*=mcts] {
    /*width:635px;*/
    margin: 0 6%;
    padding: 17px 0;
    /* Do not alter the below settings*/
    position:relative;
    font-size:0;
    /*Added*/
    text-align:left;

}

[id*=mcts]>* {
    display:none;
}
/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
[id*=mcts] div.item {
    width: 260px;
    padding:2px;
    margin-right:6px;
    text-align:center;
    position:relative;
}
[id*=mcts] img {
    display: inline;
    border:none;
    max-height:80px;
    float:left;
    max-width:80px;
}
[id*=mcts] .imgC {
    max-height:80px;
    max-width:80px;
}
[id*=mcts] .image {
    width: 240px;
    display: inline-block;
}

/*Added*/
 [id*=mcts] a {
    color:white;
    cursor: auto;
}
/*---------built-in navigation buttons-------*/
 [id*=mcts] .navPrev, [id*=mcts] .navNext, [id*=mcts] .navPlay, [id*=mcts] .navPause {
    width:32px;
    height:32px;
    position:absolute;
    background:url(../../../images/thumbnailSlider/css/arrows_sprite.png);
    display:inline-block;
    z-index:5;
    cursor:pointer;
}
/*Added*/
 [id*=mcts] .navPlay, [id*=mcts] .navPause {
    display:none;
}
/*Added*/

 [id*=mcts] .navPrev {
    background-position: 0 0;
    top: 34%;
    left:-35px;
}
[id*=mcts] .navPrev:hover {
    background-position: 0 -32px;
}
[id*=mcts] .navPrevDisabled, [id*=mcts] .navPrevDisabled:hover {
    background-position:0;
    cursor:default;
}
 [id*=mcts] .navNext {
    background-position: -32px 0;
    top:35%;
    right:-35px;
}
[id*=mcts] .navNext:hover {
    background-position: -32px -32px;
}
[id*=mcts] .navNextDisabled, [id*=mcts] .navNextDisabled:hover {
    background-position:-16px 0;
    cursor:default;
}
[id*=mcts] .navPause, [id*=mcts] .navPlay {
    left:360px;
    top:130px;
}
[id*=mcts] .navPause {
    background-position:0 -66px;
}
[id*=mcts] .navPause:hover {
    background-position:0 -88px;
}
[id*=mcts] .navPlay {
    background-position:-16px -66px;
}
[id*=mcts] .navPlay:hover {
    background-position:-16px -88px;
}
.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.*/
 [id*=mcts] .navBullets {
    display:none;
}

[id*="mcts"].noNav [class*="nav"] {
    display:none;
}
/*--------- class1 that is for the slide with HTML content------------*/

[id*=mcts] a p {
    margin-top:0;
    color:#046cff;
    font-size: 12px;
    font-family: "Open Sans", verdana, sans-serif;
}


[id*=mcts] .class2 {
    height: 80px;
    /* background: #FFF; */
    text-align: left;
    color: #046CFF;
    font: 11px/14px "Open Sans";
    /* white-space: normal; */
    padding-left: 5px;
    display: inline-block;
    max-width: 150px;
    /* float: left; */
}
/*styling to create a left border no picture item box*/
[id*=mcts] .class3 {
    margin-left: 5px;
    height: 90px;
    background:white;
    text-align:left;
    border-left:2px solid #DADADA;

    color:#046cff;
    font: 12px/16px "Open Sans";
    white-space:normal;
    float:left;
    padding-left:5px;
}
 [id*=mcts] h3{
        font-size: 1.3em;
        margin-bottom: 5px;
        color: #c60;
    }
    [id*=mcts] .class3 p {
        padding-left: 5px;
    }

    [id*=mcts] a:hover p {
        text-decoration: underline;
    }

/* --------- Others ------- */
 [id*=mcts] {
    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);
}

/* Per Tab Styles */

#mcts1 div.item {
    width: 200px;
    padding: 2px;
    margin-right: 6px;
    text-align: center;
    position: relative;
}

#mcts1 .image {
    width: 100%;
    display: inline-block;
}

#mcts1 .class2 {
    width: 115px;
}
