.hero_slider {
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: 1px solid #FFFFFF;
    overflow: hidden;
    padding-bottom: 28px;
    position: relative;
    margin-top: -127px;
}

.hero_slider .container {
    position: relative;
}

.hero_slider .slide_mask.left {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    height: 500px;
    left: -1950px;
    position: absolute;
    top: 0;
    width: 1980px;
    z-index: 2;
}

.hero_slider .slide_mask.right {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    height: 500px;
    position: absolute;
    right: -1980px;
    top: 0;
    width: 1980px;
    z-index: 2;
}

#heroSlider {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 500px;
}

#heroSlider .slides li {
    height: 500px;
}

#heroSlider .slides li img {
    max-height: 500px;
    width:100%;
}

#heroSlider .flex-viewport {
    overflow: visible !important;
}

#heroSlider .flex-direction-nav {
    height: 0;
    line-height: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#heroSlider .flex-direction-nav a {
    background-image: url("images/global_sprite.png");
    text-indent: -999em;
    z-index: 999;
}

#heroSlider .flex-direction-nav .flex-prev {
    background:url('../images/slider_nav_left.png') no-repeat top center;
    display: block;
    height: 78px;
    margin-top: -21px;
    position: absolute;
    left: -81px;
    top: 50%;
    width: 40px;
}

#heroSlider .flex-direction-nav .flex-next {
    background:url('../images/slider_nav_right.png') no-repeat top center;
    display: block;
    height: 78px;
    margin-top: -21px;
    position: absolute;
    right: -81px;
    top: 50%;
    width: 40px;
}

#heroSlider .box a {
    text-decoration: none;
}

#heroSlider .box {
    background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.2em;
    height: 209px;
    overflow: hidden;
    position: relative;
    width: 330px;
    z-index: 0;
}

#heroSlider .box.double {
    width: 660px;
}

#heroSlider .gutter {
    background: url("images/box_grad.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #FFFFFF;
    height: 169px;
    position: absolute;
    z-index: 3;
}

#heroSlider .box a:hover .gutter {
    background-position: 0 -210px;
}

#heroSlider .box img {
    left: 1px;
    position: absolute;
    top: 0;
    z-index: 1;
}

#heroSlider .box h1,
#heroSlider .box h2 {
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 0.2em;
}

#heroSlider .box h2 {
    font-size: 1.3em;
    font-weight: normal;
    position: relative;
}

#heroSlider .box .faux_link {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: underline;
}

#heroSlider .box .text {
    width: 190px;
}

#heroSlider .box.double .text {
    width: 400px;
}

#heroSlider .box .text p {
    color: #FFFFFF;
    line-height: 1.2em;
}

#heroSlider .box .btm_txt {
    bottom: 20px;
    color: #FFFFFF;
    display: block;
    left: 20px;
    position: absolute;
    width: 290px;
    z-index: 999;
}

#heroSlider .box.double .btm_txt {
    width: 600px;
}

#heroSlider .layout_3 .btm_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

#heroSlider .layout_4 .btm_txt {
    font-size: 1.2em;
    font-weight: bold;
}

.no-rgba .hero_slider .slide_mask {
    background: url("images/mask_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.slider .slides {
    margin: 0;
    padding: 0;
}

.slider .slides > li {
    display: none;
    list-style-type: none !important;
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.layout_2 .gutter {
    padding-top: 60px;
}

#heroSlider .box {
    background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
    color: rgba(255, 255, 255, 0.8);
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    height: 209px;
    overflow: hidden;
    position: relative;
    width: 330px;
    z-index: 0;
}

#heroSlider .box.double {
    width: 660px;
}

#heroSlider .gutter {
    background: url("../images/box_grad.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #FFFFFF;
    height: 214px;
    position: absolute;
    z-index: 3;
}

#heroSlider .box a:hover .gutter {
    background-position: 0 -210px;
}

#heroSlider .box img {
    left: 1px;
    position: absolute;
    top: 0;
    z-index: 1;
}

#heroSlider .box h1,
#heroSlider .box h2 {
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: 0.2em;
}

#heroSlider .box h2 {
    font-size: 1.3em;
    font-weight: normal;
    position: relative;
}

#heroSlider .box .faux_link {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: underline;
}

#heroSlider .box .text {
    width: 190px;
}

#heroSlider .box.double .text {
    width: 400px;
}

#heroSlider .box .text p {
    color: #FFFFFF;
    line-height: 1.2em;
}

#heroSlider .box .btm_txt {
    bottom: 20px;
    color: #FFFFFF;
    display: block;
    left: 20px;
    position: absolute;
    width: 290px;
    z-index: 999;
}

#heroSlider .box.double .btm_txt {
    width: 600px;
}

#heroSlider .layout_3 .btm_txt {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

#heroSlider .layout_4 .btm_txt {
    font-size: 1.2em;
    font-weight: bold;
}

#heroSlider .doubleh .gutter {
    background: url("images/box_grad_tall.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    height: 379px;
}

#heroSlider .skipoverlay .gutter {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
