﻿#mcts2 
{
    width:1000px;
    height:188px;
    margin: 0 auto;
    padding:0px 0px;
    border:1px solid #dedcb4;
    background:#f2f1ea url(loading.gif) no-repeat 50% 50%;
    box-shadow: 0px 1px 11px #CCCCCC;
    
    /* Do not alter the below settings*/
    white-space:nowrap;
    position:relative;
    font-size:0px;
}

#mcts2>* {display:none;}
  
/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
#mcts2 div.item 
{
    padding:2px;
    margin-right:6px; /* this specifies the distance between each thumbnail */
    background-color:White;
    border:1px solid #ddd;
    text-align:center;
    position:relative;
}

#mcts2 img 
{
    border:none;
}


/*---------built-in navigation buttons-------*/
#mcts2 .navPrev, #mcts2 .navNext, #mcts2 .navPlay, #mcts2 .navPause 
{
    width:16px; height:22px; position:absolute;  
    background:url(navbuttons.png); 
    display:inline-block; z-index:5; cursor:pointer;
}
#mcts2 .navPrev {background-position:0 -22px;top:60px;left:-40px;}
#mcts2 .navPrev:hover {background-position:0 -44px;}
#mcts2 .navPrevDisabled, #mcts2 .navPrevDisabled:hover {background-position:0 0;cursor:default;}

#mcts2 .navNext {background-position:-16px -22px;top:60px;right:-40px;} 
#mcts2 .navNext:hover {background-position:-16px -44px;} 
#mcts2 .navNextDisabled, #mcts2 .navNextDisabled:hover {background-position:-16px 0; cursor:default;} 

#mcts2 .navPause, #mcts2 .navPlay {left:360px;top:130px;}
#mcts2 .navPause {background-position:0 -66px;} 
#mcts2 .navPause:hover {background-position:0 -88px;} 
#mcts2 .navPlay {background-position:-16px -66px;} 
#mcts2 .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.*/
#mcts2 .navBullets
{
    display:none;
}

/*--------- class1 that is for the slide with HTML content------------*/
.class1 
{
	width:200px;
	height: 200px;
	text-align:center;
	color:#000;
	white-space:normal;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	background-color: #EEE;
}
.myCaption
{
	margin-top:0;
	margin-bottom:1px;
	padding-top:1px;
	font:BOLD 13px Arial;
	color:#CC0000;
	background-color: #FFF;
}
.myCaption a:link {
	color: #cc0000;
	text-decoration:none;
}
.myCaption a:visited {
	color:#990a6c;
	text-decoration:none;
}

/* --------- Others ------- */
#mcts2
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}
