/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
    background: none repeat scroll 0 0 #ccc !important;
    height:250px;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
.flexslider .slides > li {display: none; margin:0; padding:0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.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;} 
* html .slides {height: 1%;}

/* 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: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: relative;
	zoom: 1;
}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {
    background: none repeat scroll 0 0 #e6e6e6;
    color: #1f5fa0;
    font-size: 13px;
    height: 211px;
    line-height: 18px;
    padding:20px;
    position: absolute;
    right: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    top: 0;
    width: 47%;
}

/* Direction Nav */
.flex-direction-nav {
    position: absolute;
    right: 0;
    top: 212px;
    width: 50%;
}
.flex-direction-nav li a {
    cursor: pointer;
    display: block;
    height: 23px;
    margin: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 22px;
}
.flex-direction-nav li a:hover {
	background-color:#88c8ea !important;
	}
.flex-direction-nav li a.next {right: 20px; background: url("/templates/demodizzy/js/slaider/sl-right.png") no-repeat scroll 9px 5px #737373;}
.flex-direction-nav li a.prev {left: 20px; background:url("/templates/demodizzy/js/slaider/sl-left.png") no-repeat scroll 6px 5px #737373;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {
    bottom: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50%;
}
.flex-control-nav li {display: inline-block; zoom: 1; *display: inline; padding:0; margin:0 3px;}
.flex-control-nav li a {
    background: none repeat scroll 0 0 #737373;
	background: -moz-radial-gradient(#ccc, #737373);
	background: -ms-radial-gradient(#ccc, #737373);
	background: -webkit-radial-gradient(#ccc, #737373);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    padding: 5px 4px;
    text-decoration: none;
    width: 16px;
}
.flex-control-nav li a:hover {background: none repeat scroll 0 0 #076596;}
.flex-control-nav li a.active {
	background: none repeat scroll 0 0 #076596;
	background: -moz-radial-gradient(#88c8ea, #076596);
	background: -ms-radial-gradient(#88c8ea, #076596);
	background: -webkit-radial-gradient(#88c8ea, #076596);
}
.flex-caption-img {
    height: 250px;
    overflow: hidden;
    position: absolute;
    width: 60%;
}
.flex-caption-img img {
	height:250px;
	width:auto;
	max-width:477px;
	}