﻿#mcts1 
{
    width:550px;
    height:140px;
    margin: 0px auto;
    padding:0px 0px;
   /* border:1px solid #dedcb4;
    box-shadow: 0px 2px 6px #DDDDDD;
    border-radius:4px;
    /* Do not alter the below settings */
    white-space:nowrap;
    position:relative;
    font-size:0px;
}
#mcts1>* {display:none;}
#mcts1 div.item 
{
    padding:0;
    margin-right:0; /* this specifies the distance between each thumbnail */
    border:none;
    text-align:right;
    position:relative;
}

#mcts1 div.each 
{
    color:#696F5B;
    white-space:normal;
    padding:5px;
    width:540px;
    height:140px;
    font:normal 12px/14px Verdana;
    background-color:White;
    border-radius:6px;
}
#mcts1 .each .content 
{
    float:right;
    padding-left:0px;
    padding-right:0px;
    width:330px;
    height:140px;
    overflow:auto;
}
#mcts1 .each .content .tit{color:#78004f; font:bold 9pt/19px Tahoma;}
#mcts1 .each img 
{
    border:none;
    float:left; margin-top:10px;
}
/*#mcts1 .navPrev, #mcts1 .navNext, #mcts1 .navPlay, #mcts1 .navPause 
{
    width:45px; height:45px; position:absolute;  
    background:url(../images/navbuttons.png); 
    background-repeat: no-repeat;
    display:inline-block; z-index:5; cursor:pointer;
    top:45px;
}
#mcts1 .navPrev {background-position:0 0;left:-24px;}
#mcts1 .navPrev:hover {background-position:0 -45px;}
#mcts1 .navPrevDisabled {background-position:0 -90px;cursor:default;}

#mcts1 .navNext {background-position:-45px 0px;right:-24px;} 
#mcts1 .navNext:hover {background-position:-45px -45px;} 
#mcts1 .navNextDisabled {background-position:-45px -90px; cursor:default;} 

#mcts1 .navPause, #mcts1 .navPlay {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;
}

#mcts1 .navBullets
{
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:-36px;
	left:460px;
	width:80px;height:20px;
	z-index:5;
}
#mcts1 .navBullets a 
{
    display:inline-block;
    width:13px; height:13px;
    background:transparent url(../images/bullet.png) no-repeat 0 0;
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:6px;
}
#mcts1 .navBullets a:hover {background-position:0 -13px;}
#mcts1 .navBullets .active {background-position:0 -26px;}
#mcts1 .navBullets a.active:hover {background-position:0 -26px;}
*/
#mcts1
{
	transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}

