﻿#home_carousel_wrap {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 960px;
	height: 455px;
	margin: 0px 0px 0px 0px;
}
#home_carousel {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 960px;
	height: 455px;
	margin: 0px 0px 0px 0px;
}
#home_carousel ul {
	position: absolute;
	width: 20000em;
	height: 455px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 0px;
	margin-right: 0px;
	overflow: hidden;
}
#home_carousel li {
    float: left;
    width: 960px;
    height: 455px;
}
#home_carousel-pagination {
    display: block;
    position: absolute;
    bottom: 23px;
    right: 46px;
    width: auto;
    min-width: 17px;
    height: 17px;
}

#home_modules {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 970px;
	margin-bottom: 40px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
#home_modules li {
    float: left;
    display: inline;
    width: 475px;
    /*height: 240px;*/
    margin: 0 10px 10px 0px;
}
/*
#home_carousel .hc_paginator {
    display: block;
    position: absolute;
    bottom: 23px;
    right: 46px;
    width: auto;
    min-width: 17px;
    height: 17px;
}
*/
.carousel_dot {
    float: left;
    display: inline;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    background: transparent url('../images/hometeaser/sprite_icon_dots.png') no-repeat top left;
    cursor: pointer;
}
.carousel_dot.active {
    background-position: -17px 0;
}

.carousel-wrapper {
    position: relative;
}
.press .carousel-wrapper {
    position: relative;
    overflow: hidden;
    clear: both;
    width: 1010px;
}
.placard img {
    width: 187px;
    height: 180px;
}
.products .placard {
    position: absolute;
    /*left: 84px;
    top: 1px;*/
}
.products .placard .placardhover {
}
.pslide .placard {
    position: absolute;
    /*left: 84px;*/
    /*top: 1px;*/
}
.products .product-image {
/*    max-height: 95px;
    margin: 0 auto 5px;*/
    display: block;
}
.jcarousel {/*
    width: 629px;
    height: 161px;
    margin: 0 0 0 243px;
    position: relative;
    overflow: hidden;*/
    position: relative;
    overflow: hidden;
    width: 754px;
    height: 180px;
    margin: 0 0 10px 187px;
}
.press .jcarousel {
    width: 960px;
    margin-left: 50px;
}
.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
}
.jcarousel li {
    position: relative;
    float: left;
    width: 187px;
    height: 180px;
    margin: 0;
    /*padding: 20px 20px;*/
    border-left: 1px solid #115d21;
    border-right: 1px solid #115d21;
     /*
    background: #004118;
    background: -moz-linear-gradient(top,  #006f29 0%, #004118 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006f29), color-stop(100%,#004118));
    background: -webkit-linear-gradient(top,  #006f29 0%,#004118 100%);
    background: -o-linear-gradient(top,  #006f29 0%,#004118 100%);
    background: -ms-linear-gradient(top,  #006f29 0%,#004118 100%);
    background: linear-gradient(to bottom,  #006f29 0%,#004118 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006f29', endColorstr='#004118',GradientType=0 );*/
}
.jcarousel li:hover {
    background: Transparent url('../images/carousel/carousel-item-bg.png') no-repeat top left;
}

.jcarousel li + li {
    border-left: 0 none;
    border-right: 1px solid #115d21;
}

.press .jcarousel li {
    overflow: hidden;
    border: none;
}
.products li a,.products li p {
    margin: 0;
    text-align: center;
}
.products li a {
    font-size: 10px;
}
.products li a > p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: White;
}
.products li a > p + p {
    font-weight: 600;
    line-height: 14px;
    color: White;
    text-transform: lowercase;
}
.jcarousel-next {
    position: absolute;
    right: -50px;
    top: 77px;
}
.jcarousel-prev {
    position: absolute;
    left: -50px;
    top: 77px;
}

.press-next {
    position: absolute;
    float: left;
    display: inline;
    margin-top: 70px;
    margin-left: 20px;
}
.press-prev {
    position: relative;
    float: left;
    display: inline;
    margin-top: 70px;
    margin-right: 20px;
}

/* Press page */
.controls {
    margin: 5px;
    overflow: hidden;
}
.controls .next {
    background:transparent url(../images/carousel/temp-sprite.png) no-repeat -100px 0;
    cursor: pointer;
    display:block;
    float:right;
    height:35px;
    width:36px;
}
.controls .next:hover {
    background-position:-100px -100px
}
.controls .prev {
    background:transparent url(../images/carousel/temp-sprite.png) no-repeat -50px 0;
    cursor: pointer;
    display:block;
    float:right;
    height:35px;
    margin:0 0 .5em .5em;
    width:36px;
}
.controls .prev:hover {
    background-position:-50px -100px;
}
.controls .back-home {
    background:transparent url(../images/carousel/temp-sprite.png) no-repeat 0 0;
    cursor: pointer;
    display:block;
    float:right;
    height:35px;
    margin:0 0 .5em 1em;
    width:36px;
}
.controls .back-home:hover {
    background-position:0 -100px;
}
.controls #count {
    float: right;
    margin-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

/* carousel-stages */
.carousel-stage {
    display: none;
    overflow: hidden;
    padding: 0 20px;
}
.carousel-stage.visible {
    display: block;
}
.carousel-stage img {
    cursor: pointer;
    float: left;
}
.carousel-stage .press-acticle img {
    cursor: default;
}
.press-product img {
    margin-top: 10px;
}

/* jcarousel styles */
.thumbs {
    position: absolute;
}
.thumbs li {
    float: left;
    height: 172px;
    width: 181px;
    padding: 1px 1px 1px 0;
    cursor: pointer;
}
.thumbs li.selected {
    background-color: #FFFFFF;
    cursor: default;
}
.thumbs li img {
    height: 172px;
    width: 181px;
}
.jcarousel-container {
    margin: 10px 0;
    padding: 0 40px;
}
.press-jcarousel {
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
    width: 910px;
    height: 157px;
    margin: 0 auto;
}
.press-jcarousel .thumbs {
    width:2000em;
}

#page_productline_c .product-detail,
#page_line_overview .product-detail {
    opacity: 1;
}

#page_productline_c .product-detail,
#page_productlines .product-detail,
#page_line_overview .product-detail,
.jcarousel li a.product_carousel_text {
    display: block;
    position: absolute;
    bottom: 6px;
    width: 187px;
    height: auto;
}

#page_productline_c .product-detail h2,
#page_productline_c .product-detail h2 a,
#page_line_overview .product-detail h2,
#page_line_overview .product-detail h2 a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: White;
}

#page_productline_c .product-detail p,
#page_productline_c .product-detail p a,
#page_line_overview .product-detail p,
#page_line_overview .product-detail p a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    text-transform: lowercase;
    text-align: center;
    color: White;
}

#page_subscribe_success .content {
    width: 940px;
    margin-bottom: 600px;
}
#page_subscribe_success h2 {
    font-size: 18px;
}
#page_subscribe_success p {
    line-height: 18px;
}
