/*
* 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-size: 9px 65px;
    background-repeat: repeat-x;
    background-position: bottom;

    padding-bottom: 0px;
    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%;
}

.carouselNavigatorLeft,
.carouselNavigatorRight{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	position: relative;
}

.carouselNavigatorLeft a i,
.carouselNavigatorRight a i {
	position: relative;
	top: 22px;
}


.carouselNavigatorRight .i-carousel-arrow-right {
	background: url(../img/carousel-right.png) no-repeat center;
	width: 13px;
	height: 35px;
}


.carouselNavigatorLeft .i-carousel-arrow-left {
	background: url(../img/carousel-left.png) no-repeat center;
	width: 13px;
	height: 35px;
}

.carouselNavigatorLeft i,
.carouselNavigatorRight i{
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.carouselNavigatorLeft,
.carouselNavigatorRight{
	position: absolute;
	width: 35px;
	padding: 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.carouselNavigatorLeft{
	border-left: 1px solid #bbbbbb;
}

.carouselNavigatorRight{
	border-right: 1px solid #bbbbbb;
}

.carouselNavigatorLeft{
	left: 0px;
	background-position: left bottom;
}

.carouselNavigatorRight{
	right: 0px;
	background-position: right bottom;
}

.sliderPrevious {
	position: relative;
	float: left;
	border: 1px solid #eeeeee;
	border-left: none;
	border-right: 1px solid #eeeeee;
	border-radius: 0 3px 3px 0;
	z-index: 3;
	background: #fff;
	text-align: center;
	box-shadow: 1px 2px 1px rgba(150,150,150,0.75);
	height: 80px;
	width: 35px;
}

.sliderNext {
	position: relative;
	float: right;
	border: 1px solid #eeeeee;
	border-right: none;
	border-left: 1px solid #dddddd;
	border-radius: 3px 0 0 3px;
	z-index: 3;
	background: #fff;
	text-align: center;
	box-shadow: -1px 2px 1px rgba(150,150,150,0.75);
	height: 80px;
	width: 35px;
}


.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 {
    width: 1px;
    height: 1px;
    margin-bottom: 7px;
    border-radius: 8px;
	border: 1px solid #6d6d6d;
	display: inline-block;
	margin: 0 5px 5px 4px;
	padding: 4px;
}

.crumbs .selected {
	width: 1px;
    height: 1px;
	margin-bottom: 7px;
    border-radius: 8px;
	border: 1px solid #6d6d6d;
	display: inline-block;
	margin: 0 5px 5px 4px;
	padding: 4px;
	background-color: #6D6D6D;
}

.crumbs em {
    font-size: 75%;
    font-style: normal;
    font-weight: bold;
}

.carouselNavigatorSecondary{
	background: #fff;
	border: 1px solid #eeeeee;
	border-radius: 25px;
	display: inline-block;
	padding: 4px 0;
	box-shadow: -1px 2px 1px rgba(150,150,150,0.75);
	vertical-align: bottom;
	margin-left: 20px;
	margin-top: 20px;
}

.carouselNavigatorSecondary a{
	float: left;
	padding: 2px 13px;
	position: relative;
}

.carouselNavigatorSecondary a i {
	float: left;
	margin: 2px 0;
}

.carouselNavigatorSecondary i {
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.carouselNavigatorSecondary .previousSecondary {
	border-right: 1px solid #cccccc;
}

.carouselNavigatorSecondary .i-arrow-left-black {
	background: url("../img/crumbs_sec_left.png") no-repeat scroll;
	height: 10px;
	width: 6px;
}

.carouselNavigatorSecondary .i-arrow-right-black {
	background: url("../img/crumbs_sec_right.png") no-repeat scroll;
	height: 10px;
	width: 6px;
}
