/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
/*body{margin:0; padding:0;}*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1; }
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;  background-color: #1f160e; /* background:url(../images/carousel_bg.png) repeat-x;*/
	/*height:390px; */
	height:370px;
	width:950px;
	/*width:910px;*/
	/*padding:10px 20px;*/
	margin:0 auto;
	z-index:0;
	}
.flex-container li div.frame{width:910px;  height:350px;
	padding:10px 20px; background:url(../images/carousel_bg_frame.png) no-repeat;}


.flex-container li.carousel_invite{background:#1f160e url(../images/banner_invite.jpg) no-repeat;}
.flex-container li.carousel_img00{background:#1f160e url(../images/banner-2015-app.jpg) no-repeat;}
.flex-container li.carousel_img01{background:#1f160e url(../images/banner_01.jpg) no-repeat;}
.flex-container li.carousel_img02{background:#1f160e url(../images/banner_02.jpg) no-repeat;}
.flex-container li.carousel_img03{background:#1f160e url(../images/banner_03.jpg) no-repeat;}
.flex-container li.carousel_img04{background:#1f160e url(../images/banner_04.jpg) no-repeat;}
.flex-container li.carousel_img05{background:#1f160e url(../images/banner_05.jpg) no-repeat;}
.flex-container li.carousel_img06{background:#1f160e url(../images/banner_livestream.gif) no-repeat;}
.flex-container li.carousel_img07{background:#1f160e url(../images/banner_2014_tr_livestream.jpg) no-repeat;}

.slides ul.linklist {float:left; }
.slides ul.linklist li{display:block;  height:35px;}


.flexslider .video-onbanner{position:absolute; top:100px; left:315px;}


/* Caption style */
/* IE rgba() hack */

/*.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}*/

.flex-caption {width: 35%; padding: 2%; margin: 0; position: absolute; right: 10px; top: 20px; font-size: 14px; line-height: 18px;}

.flex-caption-Wbg {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;} 


.flex-caption-Wbg {width: 40%; padding: 2%; margin: 0; position: absolute; right: 10px; bottom: 100px; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}


/*.flex-caption-right {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;} 


.flex-caption-right {width: 40%; padding: 2%; margin: 0; position: absolute; right: 10px; bottom: 100px; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

*//* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 75px; height: 62px; margin: -13px 0 0; display: block; background:url(../images/carousel_nav_buttons.png) no-repeat; position: absolute; top: 49%; cursor: pointer; text-indent: -999em; z-index: 20;}
.flex-direction-nav li .next {background-position: -76px 0; right: -20px;}
.flex-direction-nav li .prev {left: -20px;}


.flex-direction-nav li .prev:hover {background-position: 0 -62px; top: 48%;}
.flex-direction-nav li .next:hover {background-position: -76px -62px; top: 48%;}


.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 80%; position: absolute; bottom: 20px; right:70px; text-align:right;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1;/* *display: inline;*/}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/carousel_control_nav_orange.png) no-repeat; cursor: pointer;
 text-indent: -999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -13px; cursor: default;}