#mcts1 
{
width:106px;/*for the vertical slider, this width is div.item's: width + 2 * borderWidth + paddingLeft + paddingRight */
    height:252px;
    margin-right: 0px;
    padding:10px;
    background: black url(loading.gif) no-repeat 50% 50%;
	background-color:rgba(0,0,0,0.65);
    border:1px solid #ddd;
     box-shadow: 0px 1px 10px 5px black;
    border-radius: 10px;
    /* Do not alter the below settings*/
	 white-space:nowrap;
    position:relative;top:1px; right: 35px;
    font-size:0px;
}

#mcts2 
{
width:256px;/*for the vertical slider, this width is div.item's: width + 2 * borderWidth + paddingLeft + paddingRight */
    height:255px;
    margin-right: 0px;
    padding:0px;
    background: black url(loading.gif) no-repeat 30% 30%;
	background-color:rgba(100,100,100,0.0);
    border:1px none #000;
     
    /* Do not alter the below settings*/
	 white-space:nowrap;
    position:relative;top:0px; right: 0px;
    font-size:0px;
}

#mcts3 
{
width:256;/*for the vertical slider, this width is div.item's: width + 2 * borderWidth + paddingLeft + paddingRight */
    height:255px;
    margin-right: 0px;
    padding:0px;
    background: black url(loading.gif) no-repeat 30% 30%;
	background-color:rgba(100,100,100,0.0);
    border:1px none #000;
     
    /* Do not alter the below settings*/
	 white-space:nowrap;
    position:relative;top:0px; right: 0px;
    font-size:0px;
}

#mcts1>* {display:none;}
  
#mcts2>* {display:none;}  

#mcts3>* {display:none;}  

/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
#mcts1 div.item 
{
    padding-bottom:60px;
    margin-right:1px; /* this specifies the distance between each thumbnail */
    border:none;
    text-align:left;
    position:relative;
}

/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
#mcts2 div.item 
{
    padding-bottom:10px;
    margin-right:1px; /* this specifies the distance between each thumbnail */
    border:none;
    text-align:left;
    position:relative;
}

#mcts3 div.item 
{
    padding-bottom:10px;
    margin-right:1px; /* this specifies the distance between each thumbnail */
    border:none;
    text-align:left;
    position:relative;
}


/*-------- style of user defined class ---------*/
#mcts1 div.each 
{
    color:black;
    white-space:normal;
    padding:10px;
	
    width:100%;
    height:60px;
    font:normal 12px/14px Verdana;
    background:none;
    border-radius:6px;
}

#mcts1 .each .content 
{
    float:left;
	color:white;
    padding-bottom:10px;
	margin-top:10px;
    line-height:12px;
    width:100px;
    height:auto;
	font-size:8px;
    overflow:auto;
}
#mcts1 .each img 
{
    border:1px solid #dedcb4;
    float:left;
}

/*-------- style of user defined class ---------*/
#mcts2 div.each 
{
    color:black;
    white-space:normal;
    padding:5px;
	
    width:100%;
    height:240px;
    font:normal 12px/14px Verdana;
    background:none;
    border-radius:6px;
	overflow:hidden;
}

#mcts2 .each .content 
{
    float:left;
	color:black;
    padding:10px;
	margin-top:0px;
   	
    width:240px;
    height:auto;
	font-size:8px;
    overflow:auto;
}
#mcts2 .each .content h3
{
    line-height:20px;
}

#mcts2 .each .content a
{
    text-decoration:none;
}

#mcts2 .each .content p
{
    line-height:15px;
}
#mcts2 .each img 
{
    border:1px solid #dedcb4;
    float:left;
}

/*-------- style of user defined class ---------*/
#mcts3 div.each 
{
    color:black;
    white-space:normal;
    padding:1px;
	
    width:100%;
    height:240px;
    font:normal 12px/14px Verdana;
    
    border-radius:6px;
	overflow:hidden;
	margin-right:10px;
}

#mcts3 .each .content 
{
    float:left;
	color:black;
    padding:0px;
	padding-left:none;
	padding-right:none;
	margin-top:0px;
   	background-color:none;
	border:none;
    width:156px;
    height:auto;
	font-size:8px;
    overflow:auto;
}
#mcts3 .each .content h3
{
    line-height:20px;
}

#mcts3 .each .content a
{
    text-decoration:none;
}

#mcts3 .each .content p
{
    line-height:15px;
}

#mcts3 .each .content p img
{
    width:156px; height:65px; position:relative; background:transparent;
}
#mcts3 .each img 
{
   
    float:left;
}

/*---------built-in navigation bullets--------*/
/* Note: the navBullets won't be available when "scrollByEachThumb" was set to false in the Javascript.*/
#mcts1 .navBullets
{
    display:none;
}

#mcts2 .navBullets
{
    display:none;
}

#mcts3 .navBullets
{
    display:none;
}


/*---------navigation buttons-------*/
#mcts1 .navPrev, #mcts1 .navNext, #mcts1 .navPlay, #mcts1 .navPause 
{
    width:22px; height:17px;
    position:absolute; 
    background:url(SiteButtons.png); 
    display:block; z-index:5; cursor:pointer;
}
#mcts1 .navPrev {background-position:0px 0px;left:53px; top: -13px;}
#mcts1 .navPrev:hover {background-position:-28px 0px;}
#mcts1 .navPrevDisabled, #mcts1 .navPrevDisabled:hover {background-position:-58px -87px;cursor:default;}

#mcts1 .navNext {background-position:0 -20px;right:53px; bottom: -13px;} 
#mcts1 .navNext:hover {background-position:-28px -20px;} 
#mcts1 .navNextDisabled, #mcts1 .navNextDisabled:hover {background-position:-58px -58px; cursor:default;} 

#mcts1 .navPause, #mcts1 .navPlay {left:-1050px;}
#mcts1 .navPause {background-position:0 0;} 
#mcts1 .navPause:hover {background-position:-29px 0;} 
#mcts1 .navPlay {background-position:0 -29px;} 
#mcts1 .navPlay:hover {background-position:-29px -29px;} 

/*---------navigation buttons-------*/



.navPrev, .navPlay, .navPause, .navNext 
{
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
}

        
/*---------navigation bullets--------*/

/* Note: When "ScrollAllInView" was set to true in the Javascript, the navBullets won't be displayed.*/
.navBullets
{
    /*display:none;*/ /*set it display:none when you want to hide it*/
	z-index:5;
	cursor:pointer;
	/*Specify the position of navigation buttons*/
	position:absolute;
	top:20px;
	left:220px;
	width:24px;
}
/*.navBullets div defines the style of each bullet*/
.navBullets div 
{
    width:8px; height:8px;
    background:transparent url(bullets.png) no-repeat 0 0;
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:6px;/*margin-right determines the distance between each list item*/
    _position:relative;/*IE6 hack*/
}

.navBullets div.focus {background-position:0 -8px;}



/* --------- 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);
}

#mcts2
{
	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);
}

#mcts3
{
	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);
}




