
.flex-slider-container {
    margin: auto;
    position: relative;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.flexslider {
}
.flex-slider-container .flexslider {
    width: 100%;
}
.flexslider .slides > li {
    display: none;
    position: relative;
	width: 184px;
}
.flexslider .slides img {
    display: block;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    position: relative;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
}
.carousel li {
    margin-right: 10px;
}
.flex-direction-nav {
}
.flex-direction-nav a {
    background: url("../pagination/slider/bg_direction_nav.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 45%;
    width: 30px;
	text-decoration: none;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.flex-direction-nav .flex-prev {
    left: -36px;
}
.flex-slider-container .flex-direction-nav .flex-next {
    background: url("../pagination/slider/flex_right.png") no-repeat scroll 0 0 transparent;
    height: 75px;
    opacity: 0;
    right: -36px;
    width: 50px;
}
.flex-slider-container .flex-direction-nav .flex-next:hover {
    background: url("../pagination/slider/flex_right_hover.png") no-repeat scroll 0 0 transparent;
}
.flex-slider-container .flex-direction-nav .flex-prev {
    background: url("../pagination/slider/flex_left.png") no-repeat scroll 0 0 transparent;
    height: 75px;
    left: -36px;
    opacity: 0;
    width: 50px;
}
.flex-slider-container .flex-direction-nav .flex-prev:hover {
    background: url("../pagination/slider/flex_left_hover.png") no-repeat scroll 0 0 transparent;
}
.flexslider:hover .flex-next {
    opacity: 0.8 !important;
    right: 0;
}
.flexslider:hover .flex-prev {
    left: 0;
    opacity: 0.8;
}
.flex-slider-container:hover .flex-next {
    opacity: 0.8;
    right: 0;
}
.flex-slider-container:hover .flex-prev {
    left: 0;
    opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-disabled {
    cursor: default;
    opacity: 0.3 !important;
}
div.flex-caption-left {
    background-color: rgba(255, 255, 255, 0.95);
    left: 6%;
    padding: 10px;
    position: absolute;
    top: 8%;
    /*width: 30%;*/
	width: 290px;
	height: 100px;
}
div.flex-caption-right {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    padding: 10px;
    position: absolute;
    right: 6%;
    top: 8%;
    /*width: 30%;*/
	width: 290px;
	height: 100px;
}
div.flex-caption-center {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    left: 34%;
    padding: 10px;
    position: absolute;
    top: 8%;
    /*width: 30%;*/
	width: 290px;
	height: 100px;
}
div.flex-caption-left h3, div.flex-caption-right h3, div.flex-caption-center h3 {
    font-family: "Great Vibes";
    font-size: 30px;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
}
div.flex-caption-left, div.flex-caption-right, div.flex-caption-center {
    text-align: center;
}
div.flex-caption-left p, div.flex-caption-right p, div.flex-caption-center p {
    text-align: center;
}
.flex-slider-container .flex-control-nav {
    background: url("../pagination/slider/flex_bg.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 10px;
    padding: 10px 0 10px 0;
}
.flex-control-nav {
    position: absolute;
    text-align: center;
    width: 100%;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 6px;
}
.flex-control-paging li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}
.flex-control-paging li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: 0.7;
    width: 100%;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
}
.flex-direction-nav .flex-prev {
    left: 0;
    opacity: 1;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
}
