/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; position: relative;}
.flexslider .slides{margin:0px;}
.flexslider .slides  li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}


/* Caption style */

/* Direction Nav */
.flex-direction-nav { position:absolute; bottom:25px; left:150px;}
.flex-direction-nav li a {width: 15px; height: 15px; display: block; position: absolute; bottom: 0%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {left: 20px;  background:url(../images/slider_arw_r.png) no-repeat center}
.flex-direction-nav li a.prev {left: 0px; background:url(../images/slider_arw_l.png) no-repeat center}


/* Control Nav */
.flex-control-nav {position: absolute; bottom: 10px; left: 44%; margin:0px;} /* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {margin: 0 0 0 5px; float: left;  overflow:hidden;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 16px; height: 20px; display: block; cursor: pointer; text-indent: -9999px; background:url(../images/europen_banner_btns.png) no-repeat scroll -41px 0 transparent;}
.flex-control-nav li a.active { background:url(../images/europen_banner_btns.png) no-repeat scroll 0 0 transparent;}