/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* 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;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 40px; text-align: center; text-align:center;
    background: url(../images/slider_nav_bgr.png) no-repeat;
    background-position: center center;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 97px; height: 92px;
    display: block;
    background: url(../images/slider-circle.png) no-repeat;
    cursor: pointer;
    color: #ebeaea;
    z-index: 102;
    line-height: 90px;
    font-family: 'avregular';
    font-size: 34px;
}
.flex-control-paging li a:hover { color: #01227a;}
.flex-control-paging li a.flex-active { color:#01227a; }


@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
