body{margin:0;}
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:551px;}
.container{margin-right:auto;margin-left:auto;*zoom:1;}.container:before,.container:after{display:table;content:"";line-height:0;}
.slider {
    margin: 38px 0 17px 19px;
	width:551px;
	float:left;
}
.flex-caption {
    position: absolute;
    margin: 0;
    font-size: 14px;
}
.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;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 551px; height:308px; 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;} 

/* 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 {background: #fff;position: relative;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 33px; height: 33px; margin: -20px 0 0; display: block; background: url(/old/css/../img/slider-nav.png) no-repeat 0 0; position: absolute; top: 209px; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; display:none}
.flex-direction-nav .flex-next {background-position: 100% 0; right: 8px; }
.flex-direction-nav .flex-prev {right: 41px;}

/* Control Nav */

.flex-control-thumbs {margin: 8px 0 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 143px; float: left; margin:0 ; text-align:center}
.flex-control-thumbs li:nth-child(4){width:121px;}
.flex-control-thumbs img {width:121px; height:105px; display: block; opacity: .9; cursor: pointer; margin:0 auto 0 0}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
