@charset "utf-8";
/* Slideshow CSS */

#slide {
    position: relative;
    z-index: 5;
}
#slide {
    height: 365px;
    min-height: 365px;
}
#slide { height: auto }
.slide-content-left {
    width: 470px;
    float: left;
    padding: 0;
    text-align: right;
}
.slide-content-left2 {
    width: 460px;
    float: left;
    padding: 10px 0 0 10px;
}
.slide-content-right {
    width: 438px;
    float: left;
    height: 200px;
    overflow: hidden;
    padding: 90px 0 0 30px;
}
/* slideshow fancy */
#slider-wrapper {
    background: url(../images/wrapper-bg.png) repeat-x;
    position: relative;
    height: 380px;
    padding: 20px 0;
    width: 100%;
}
#slider {
    width: 950px;
    margin: 20px auto;
}
.ft-title {
    width: 930px;
    padding: 10px;
    position: relative;
}
* html .ft-title {
    width: 930px;
    padding: 10px;
    bottom: -1px !important;
    position: relative;
} /* ie 6 only */
#glow {
    bottom: 20px;
    width: 950px;
    margin: 0 auto;
    height: 20px;
    position: relative;
}