﻿@font-face {
	font-family: 'CCCWebFont_Bold';
	src: url('fonts/GE_SS_Two_Bold.eot'); /* IE9 Compat Modes */
	src: url('fonts/GE_SS_Two_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/GE_SS_Two_Bold.woff') format('woff'), /* Modern Browsers */
	     url('fonts/GE_SS_Two_Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/GE_SS_Two_Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
	}
	
@font-face {
	font-family: 'CCCWebFont_Light';
	src: url('fonts/GE_SS_Two_Light.eot'); /* IE9 Compat Modes */
	src: url('fonts/GE_SS_Two_Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('fonts/GE_SS_Two_Light.woff') format('woff'), /* Modern Browsers */
	     url('fonts/GE_SS_Two_Light.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('fonts/GE_SS_Two_Light.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

#mcts1 
{
    width:725px;
    height:120px;
    margin: 0 auto;
    /*padding:36px 20px;
    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;
}
 #mcts1>* {display:none;}
  
/*-------- div.item is each thumbnail's wrapper created by the javascript ------*/
#mcts1 div.item 
{
    padding:5px;
    margin-right:25px; /* this specifies the distance between each thumbnail */
    background-color:#fcfcfc;
    border:1px solid #f0f0f0;
    /*border-radius:7px;*/
    border-top-left-radius:35px;
    border-bottom-right-radius:35px;
    text-align:center;
    position:relative;
}

#mcts1 img 
{
    border:none;
}


/*---------built-in navigation buttons-------*/
#mcts1 .navPrev, #mcts1 .navNext, #mcts1 .navPlay, #mcts1 .navPause 
{
    width:16px; height:22px; position:absolute;  
    background:url(navButtons.png); 
    display:inline-block; z-index:5; cursor:pointer;
}
#mcts1 .navPrev {background-position:0 -22px;top:60px;left:-25px;}
#mcts1 .navPrev:hover {background-position:0 -44px;}
#mcts1 .navPrevDisabled, #mcts1 .navPrevDisabled:hover {background-position:0 0;cursor:default;}

#mcts1 .navNext {background-position:-16px -22px;top:60px;right:-25px;} 
#mcts1 .navNext:hover {background-position:-16px -44px;} 
#mcts1 .navNextDisabled, #mcts1 .navNextDisabled:hover {background-position:-16px 0; cursor:default;} 

#mcts1 .navPause, #mcts1 .navPlay {left:495px;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:175px;
    height: 70px;
    /*background:#eee;
    border:solid 1px #888;
    border-radius:5px;*/
    text-align:right;
    
    color:#555;/*color:#ffcc00;*/
    font:normal 11px/13px 'CCCWebFont_Light';
    white-space:normal;
    padding:15px;
    line-height:20px;
    text-shadow: 1px 1px #dfdfdf;
}
.class1 p
{
    margin-top:0;
    margin-bottom:6px;
    padding-top:6px;
    font:bold 14px 'CCCWebFont_Bold';
    color:#333;
    text-align:right;
    text-shadow: 1px 1px #eee;
}


/* --------- 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);
}