/*
SLIDER
----------------------------------------------------------------------------- */
#fw-slider {
    height: 396px;
    width: 100%;
    min-width: 980px;
    position: relative;
    background-color: #333;
    float: left;
    margin: 0 auto 20px;
}

#fw-slider .slider-block {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.cycle-slider, #home-slide-show {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide-wrap {
    /*display: none;*/
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.slider-block .slide {
    height: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    width: 200%;
}


.slider-block .slide > img, .slider-block .slide a > img  {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.caption-box {
    position: absolute;
    z-index: 20;
    width: 260px;
    height: 50px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -130px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

#nav-cycle {
    bottom: 28px;
    height: 10px;
    position: absolute;
    right: auto;
    z-index: 125;
    width: 100%;
    text-align: center;
}

#nav-cycle span {
    background-image: none;
    background-color: #999;
    color: #999;
    display: inline-block;
    font-size: 1px;
    height: 10px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 10px;
    outline: none;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
        -ms-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    cursor: pointer;
}

#nav-cycle span.cycle-pager-active {
    background-color: #fff;
    color: #fff;
}

/*
HOMEPAGE BRAND MODULE
----------------------------------------------------------------------------- */

.home-brand-module-stacked {
    height: 300px;
    width: 230px;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #333;
    margin-right: 20px;
    margin-bottom: 40px;
}

.home-brand-module-stacked.last {
    margin-right: 0;
}

.home-brand-module-stacked .home-brand-module  {
    margin-right: 0;
}

.home-brand-module {
    height: 300px;
    width: 230px;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-right: 20px;
}

.home-brand-module .title_banner {
    bottom: 40px;
    left: 0px;
    position: center;
	text-align: center;
    height: 15px;
    line-height: 16px;
    padding: 18px;
    background-color: #;
	border-style: solid;
    border-width: 0px;
    border-color: #fff;
    font-family:Helvetica, Arial, Monospace;
    font-size: 18px;
    font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}


.pg_holder_half {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 980px;
}
