/*------------------------------------------------------------------------
# TZ Carousel Slideshow Module
# ------------------------------------------------------------------------
# author    TemPlaza
# copyright Copyright (C) 2011 templaza.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.templaza.com
# Technical Support:  Forum - http://www.templaza.com/Forum/
-------------------------------------------------------------------------*/

#tz_carousel_slideshow {
    position: relative;
    height: 340px;
}

#tz_carousel_slideshow .slide {
    position: absolute;
    top: 20px;
    left: 300px;
    z-index: 1;
    opacity: 0;
    width: 354px;
}

#tz_carousel_slideshow .active-block {
    top: 0;
    left: 246px;
    z-index: 3;
    width: 462px;
}

#tz_carousel_slideshow .next-block, #tz_carousel_slideshow .prev-block {
    top: 35px;
    z-index: 2;
}

#tz_carousel_slideshow .next-block {
    left: 575px;
}

#tz_carousel_slideshow .prev-block {
    left: 20px;
}

#tz_carousel_slideshow .active-block, #tz_carousel_slideshow .prev-block, #tz_carousel_slideshow .next-block {
    opacity: 1;
}

#tz_carousel_slideshow .shadow-left, .shadow-right {
    position: absolute;
    top: 35px;
    height: 234px;
    display: none;
}

#tz_carousel_slideshow .shadow-left {
    left: -29px;
    width: 29px;
    background: url(images/active-left-shadow.png) no-repeat;
}

#tz_carousel_slideshow .shadow-right {
    right: -21px;
    width: 21px;
    background: url(images/active-right-shadow.png) no-repeat;
}

#tz_carousel_slideshow a.featured-link {
    text-indent: -9999px;
    width: 61px;
    height: 71px;
    background: url(images/featured_active_link.png) no-repeat;
    position: absolute;
    right: -28px;
    top: 118px;
    display: none;
    z-index: 1000;
}

#tz_carousel_slideshow a.featured-link:hover, #tz_carousel_slideshow a.featured-link:focus, #tz_carousel_slideshow a.featured-link:active {
    text-decoration: none;
    border: 0;
}

#tz_carousel_slideshow .featured-title {
    position: absolute;
    bottom: 115px;
    width: 441px;
    left: 0;
    text-align: center;
    padding: 0 10px 26px;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background: url(images/featured-title-bg.png) no-repeat bottom center;
    display: none;
}

#tz_carousel_slideshow .description {

    width: 411px;
    height: 86px;
    position: absolute;
    bottom: 0px;
    left: 1px;
    padding: 26px 25px 0;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 20px;
    display: none;
}

#tz_carousel_slideshow .featured-title, #tz_carousel_slideshow .description {
    cursor: pointer;
}

#tz_carousel_slideshow .active-block .shadow-left, #tz_carousel_slideshow .active-block .shadow-right, #tz_carousel_slideshow .active-block .featured-title, #tz_carousel_slideshow .active-block .description {
    display: block;
}

#tz_carousel_slideshow a.main {
    display: block;
    padding: 0;
    width: auto;
}

#tz_carousel_slideshow a.main:hover, #tz_carousel_slideshow a.main:focus, #tz_carousel_slideshow a.main:active {
    text-decoration: none;
    border: 0;
}

#tz_carousel_slideshow img.bottom-shadow {
    position: absolute;
    bottom: -7px;
    left: 0;
}

#tz_carousel_slideshow .active-block img.bottom-shadow {
    bottom: -10px;
}

#tz_carousel_slideshow .gotoslide {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/next-slide-overlay.png);
    width: 354px;
    height: 234px;
    display: none;
}

#tz_carousel_slideshow .gotoslide span {
    position: absolute;
    top: 97px;
    display: block;
    width: 33px;
    height: 40px;
}

#tz_carousel_slideshow .next-block .gotoslide span {
    background: url(images/featured-arrow.png) no-repeat;
    right: 99px;
}

#tz_carousel_slideshow .prev-block .gotoslide span {
    background: url(images/featured-arrow-left.png) no-repeat;
    left: 99px;
}

#tz_carousel_slideshow a.gotoslide:hover {
    text-decoration: none;
    border: 0;
}

#tz_carousel_slideshow .description p {
    margin: 0;
}

