#slideshow {
   /* margin-top: 6px; */
	width:560px;
	height:192px;
	position:relative;
}
#slideshow #slidesContainer {
  width:560px;
  height:192px;
  overflow:hidden; /* allow scrollbar */

	z-index:3000;

}
#slideshow #slidesContainer .slide {
  width:560px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:192px;
}

/**
 * Slideshow controls style rules.
 */
#control {
  display:block;
  width:560px;
  height:40px;
  position:absolute;
  bottom:0;
   background:transparent url(/files/image/carousel/slide-footer.png) no-repeat bottom left;
}
#leftControl {
  position:absolute;
  bottom: 4px;
  right: 105px;
     cursor:pointer;
}
#rightControl {
  position:absolute;
  bottom: 4px;
  right:68px;
    cursor:pointer;
}


/**
 * Style rules for Demo page
 */
slideshow * {
  margin:0;
  padding:0;
  font:normal 13px Verdana, Geneva, sans-serif;
  color:#000000;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
body {
  background:#ffffff;
}


.slide h2, .slide p {
  margin:6px;
  margin-bottom:0px;
  color:#FFFFFF;
  letter-spacing: -0.005em;
}

.slide p {
    margin-top: 3px;
}

.slide h2 {
  font-size:1.3em;
  font-weight:bold;
}

.findoutmore, .findoutmore_, .findoutmore_left {
    margin: 3px 0px 0px 6px;
    float: left;
}

.findoutmore_right {
    margin: 10px 18px 0px 6px;
    float: right;
}


#playControl relative{position: relative;}
#playControl img{position:absolute; bottom:4px; right:30px;}
.c_left{display:block; width:318px; float:left; text-align:left;}
.c_right{display:block; width:211px; float:right; text-align:right;}



.c_purple h2{color:#672184;}
.c_purple p{color:#000000;}

.c-en-more-video{ margin-left:6px; margin-top:3px; background:url(/img/button_en_find_out_more.png) top left no-repeat; width:150px;  height:30px;     cursor:pointer;}
.c-en-more{ margin-left:6px; margin-top:3px; background:url(/img/button_en_find_out_more.png) top left no-repeat; width:120px;  height:30px;     cursor:pointer;}

.c-cy-more{ margin-left:6px; margin-top:3px; background:url(/img/button_cy_find_out_more.png) top left no-repeat; width:120px;  height:30px;     cursor:pointer;}
.c-cy-more-video{ margin-left:6px; margin-top:3px; background:url(/img/button_cy_find_out_more.png) top left no-repeat; width:150px;  height:30px;     cursor:pointer;}

.carousel_button_left {}
.carousel_button_right {  }

.c_left span { font-size: 1.1em; }
.c_right p { margin-right:18px;  }
.c_right_div {  }

.carouselHeading_, .carouselHeading_left{
    color: #FFF;
    font-size: 1.3em;
    margin: 6px 6px 0px 6px;
    display: block;
    font-weight: bold;
}

.carouselHeading_, .carouselHeading_left, .carouselHeading_right {
    padding-bottom: 5px;
}

.carouselHeading_right {
    color: #FFF;
    font-size: 1.3em;
    margin: 6px 17px 0px 6px;
    display: block;
    font-weight: bold;
    right: 0px;
    text-align: right;
}

.dark_text {
    color:#000000;

    font-size: 1.2em;
}

/*  Countdown           */
#countdownContainer {
    background: #6e2585;
    border: 1px solid #9966a9;
    height: 49px;
    margin-bottom: 6px;
    padding: 6px 7px 6px 7px;
    position: relative;
    width: 544px;
}
    #countdownContainer img {
        border: none;
        margin: 0px;
        padding-bottom: 2px;
    }
        #countdownContainer img.corner {
            bottom: -3px;
            height: 16px;
            position: absolute;
            right: -1px;
            width: 16px;
            z-index: 99;
        }
    #countdownContainer div {
        color: #fff;
        float: left;
        height: 49px;
        overflow: visible;
        padding-right: 4px;
        text-align: center;
        width: 42px;
    }
    #countdownContainer.cy div {
        padding-right: 0px;
        width: 50px;
    }
        #countdownContainer.cy div#months {
            padding-right: 4px;
            width: 42px;
        }
        #countdownContainer div.text {
            float: right;
            font-size: 14px;
            font-weight: bold;
            height: 1em;
            line-height: 14px;
            margin-top: 2px;
            padding-right: 0;
            text-align: left;
            width: 287px;
        }
        	#countdownContainer div.text img.title {
				margin-bottom: 5px;
        	}
    #countdownContainer span {
        font-size: 9px;
        line-height: 13px;
        text-transform: uppercase;
    }

    .dark_text {
        color: #6E2585;
    }
