﻿#mcts1 
{
    width:100%;
    height:144px;
    margin: 0 auto;
    
    /* 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:0px; /* this specifies the distance between each thumbnail */
    /*background-color:White;
    border:1px solid #ddd;*/
    text-align:center;
    position:relative;
}

#mcts1 img 
{
    border:none;
	width:220px;
}


/*---------built-in navigation buttons-------*/
#mcts1 .navPrev, #mcts1 .navNext, #mcts1 .navPlay, #mcts1 .navPause 
{
top: 0px;
position: absolute;
width: 35px;
height: 144px;
font-size: 75px;
font-weight: 100;
line-height: 130px;
color: #fff;
text-align: center;
background: #999999;
opacity: 0.8;
filter: alpha(opacity=80);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
display:inline-block; z-index:5; cursor:pointer;
}
#mcts1 .navPrev { left:0px;}
#mcts1 .navPrev:hover {color:#ffffff; background:#333333; opacity:0.9; filer:alpha(opacity=90);}
#mcts1 .navPrev:after { content:"‹";}
#mcts1 .navPrevDisabled, #mcts1 .navPrevDisabled:hover {background:url(/Scripts/bgslide/images/btn_back.png) no-repeat center; cursor:default;}

#mcts1 .navNext { right:0px;} 
#mcts1 .navNext:hover { color:#ffffff; background:#333333; opacity:0.9; filer:alpha(opacity=90);} 
#mcts1 .navNext:after { content:"›";}
#mcts1 .navNextDisabled, #mcts1 .navNextDisabled:hover {background:url(/Scripts/bgslide/images/btn_next.png) no-repeat center; cursor:default;} 

#mcts1 .navPause, #mcts1 .navPlay {left:50%;top:130px; display:none;}
#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;} 

.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;
}

/*--------- class1 that is for the slide with HTML content------------*/
.class1 
{
    width:130px;
    height: 80px;
    background:#444;
    text-align:center;
    color:White;
    font:normal 11px/14px Arial;
    white-space:normal;
}
.class1 p
{
    margin-top:0;
    margin-bottom:6px;
    padding-top:6px;
    font:bold 13px Verdana;
    color:#F90;
}
