/* CSS Document */
body{margin:0 auto;}
.banner{position: relative;z-index: 1;max-width: 1180px;margin:0 auto;}
/* Browser Resets
*********************************/
.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 {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */


.shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:40px; line-height: 40px; background:rgba(18,78,149,0.5); 
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.shadow a{ text-decoration:none; color:#fff; font-size:1.5em; overflow:hidden; margin-left:10px;}  
/* FlexSlider Default Theme
*********************************/

/* Direction Nav */
.flex-direction-nav {height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height:76px;  position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em ;margin-top:-25px;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/* Pause/Play */
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -2px; left:0; text-align: center; z-index:9999; }
.flex-control-nav li {margin: 10px 6px 0; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 12px; height: 12px; display: block; background:#dadada; cursor: pointer; text-indent: -9999px;border-radius:8px; }
.flex-control-paging li a:hover { background: #0081ce;  }
.flex-control-paging li a.flex-active { background: #0081ce;}
.banner .flex-control-nav{width: 160px;height: 32px;background:url() no-repeat top center;position: absolute;bottom:4px;left:87%;margin-left:-80px;z-index: 1045}
/*content*/
@media only screen and (max-width: 800px){
	.banner{position: relative;z-index: 1;max-width: 100%;margin:0 auto; clear:both;}
	.shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:30px; line-height: 30px; background:rgba(18,78,149,0.5); 
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.shadow a{ text-decoration:none; color:#fff; font-size:0.8em; overflow:hidden; margin-left:10px;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background:#dadada; cursor: pointer; text-indent: -9999px;border-radius:8px; }

.banner .flex-control-nav { display:none;}
 


}