/*
* Slider module
*/

/* Slider module - Global */
/*.sliderViewPort,
.tabbedSliderViewPort {
    background: url(../img/bg_gradient_top_inverted_2.png) repeat-x scroll 0 100% transparent;
    background-position: bottom;
    padding-bottom: 5px;
    min-height: 100px;
    position: relative;
}*/

.sliderViewPort,
.tabbedSliderViewPort {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%);
    
    /* we define the background like this, instead of using the bg_gradient_top_inverted_2 because 
    certain android devices draw a line on the top of the image. even using a 0 to 100% gradient causes this issue. 
    the solution was to add a small percetange of white bellow the grey so that the line color becomes white instead of grey. */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(98%,#e4e4e4), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 98%,#ffffff 100%);

    background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%,);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
    background: linear-gradient(top,  #ffffff 0%,#e4e4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );

    background-size: 9px 65px;
    background-repeat: repeat-x;
    background-position: bottom;

    border-bottom: 1px solid #969696;

    padding-bottom: 5px;
    position: relative;
}

.sliderViewPortCustomBg {
    padding-bottom: 5px;
    position: relative;
}

.sliderViewPort.transparent {
    background: transparent;
    border-bottom-width: 0;
}

.sliderViewPort > .panel_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 300%;
    overflow: hidden;
    min-height: 100px;
    padding-top: 5px;
}

.sliderViewPort > .panel_container > .panel {
    float: left;
    overflow: hidden;
    text-align: center;
}

.tabbedSliderViewPort > .panel_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 5px;
    /*height: 150px;*/
}

.tabbedSliderViewPort > .panel_container > .panel {
    float: left;
    overflow: hidden;
    /*padding-left: 1%;*/
    text-align: center;
}

.panel {
    text-align: center;
}

.sliderViewPort .mod {
    /*background-image: none;*/
    background: transparent;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

/* Slider module - Arrows */

.modules_nav {
    position: absolute;
    width: 100%;
    left: 0%;
}

.sliderPrevious {
    top: -110px;
    margin: 0em 0em 0em 0em;
    position: absolute;
    left: 0;
    height: 63px;
    width: 28px;
    background: transparent url('../img/previous.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.sliderPrevious:active, .sliderPrevious.active_android {
    background: transparent url('../img/previous-pressed.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.sliderNext {
    top: -110px;
    margin: 0em 0em 0em 0em;
    position: absolute;
    right: 0;
    height: 63px;
    width: 28px;
    background: transparent url('../img/next.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.sliderNext:active, .sliderNext.active_android {
    background: transparent url('../img/next-pressed.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.tabbedSliderPrevious {
    top: -120px;
    margin: 0em 0em 0em 0em;
    position: absolute;
    left: 0;
    height: 63px;
    width: 28px;
    background: transparent url('../img/previous.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.tabbedSliderPrevious:active {
    background: transparent url('../img/previous-pressed.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.tabbedSliderNext {
    top: -120px;
    margin: 0em 0em 0em 0em;
    position: absolute;
    right: 0;
    height: 63px;
    width: 28px;
    background: transparent url('../img/next.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.tabbedSliderNext:active {
    background: transparent url('../img/next-pressed.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.cvCatalogueSliderPrevious {
    top: -140px;
    margin: 0em 0em 0em 0em;
    position: absolute;
    left: 0;
    height: 63px;
    width: 28px;
    background: transparent url('../img/previous.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.cvCatalogueSliderPrevious:active {
    background: transparent url('../img/previous-pressed.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.cvCatalogueSliderNext {
    top: -140px;
    margin: 0em 0em 0em 0em;
    position: absolute;
    right: 0;
    height: 63px;
    width: 28px;
    background: transparent url('../img/next.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.cvCatalogueSliderNext:active {
    background: transparent url('../img/next-pressed.png') top left no-repeat;
    background-size: 28px 63px;
    -webkit-background-size: 28px 63px;
}

.mini_modules_nav .sliderPrevious {
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0;
    height: 58px;
    width: 26px;
    background: transparent url('../img/mini-previous.png') top left no-repeat;
    background-size: 26px 58px;
    -webkit-background-size: 28px 63px;
}

.mini_modules_nav .sliderPrevious:active, .mini_modules_nav.sliderPrevious.active_android {
    background: transparent url('../img/mini-previous-pressed.png') top left no-repeat;
    background-size: 26px 58px;
    -webkit-background-size: 28px 63px;
}

.mini_modules_nav .sliderNext {
    position: absolute;
    top: 15px;
    right: 0;
    margin: 0;
    height: 58px;
    width: 26px;
    background: transparent url('../img/mini-next.png') top left no-repeat;
    background-size: 26px 58px;
    -webkit-background-size: 28px 63px;
}

.mini_modules_nav .sliderNext:active, .mini_modules_nav .sliderNext.active_android {
    background: transparent url('../img/mini-next-pressed.png') top left no-repeat;
    background-size: 26px 58px;
    -webkit-background-size: 28px 63px;
}

/* Slider module - Highlights */
.highlightsShadow {
    background: url("../../common/img/bg-promo-shadow.png") no-repeat scroll center bottom transparent;
    /*float: left;
    width: 100%;*/
    padding: 0;
    margin: 0;
    text-align: initial;
}

.highlightsShadow > img.at_middle {
    vertical-align: middle;
    padding-bottom: 6px;
}

.sliderViewPort > ul {
    padding: 0;
    margin: 0;
}

/* Slider module - Tabbed Pane  */
.tabSelected {
    border-right: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.tabUnselected {
    background: #EEE;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #eeeeee), color-stop(100%, #dedede) );
    background: -moz-linear-gradient(top, white, #E7E7E7);
    border-bottom: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    
}

.tabUnselected.right {
    border-right: none;
}

/* Crumbs */

.crumbs {
    text-align: center;
}

.crumbs.right {
    float: right;
    position: relative;
    right: 20px;
    top: -45px;
    font-weight: bold;
}

.crumbs span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/crumb.png") no-repeat scroll;
    vertical-align: middle;
    background-position:center;
}

.crumbs .selected {
	background: url("../img/crumb_selected.png") no-repeat scroll;
	background-position:center;
}

.crumbs em {
    font-size: 75%;
    font-style: normal;
    font-weight: bold;
}