.slideshow{
    margin: 0 0 30px 0;
}
div.mainBannerSlideshow,
div.mainBannerSlideshow div.slide,
div.mainBannerSlideshow div.slide img, div.mainBannerSlideshow div.slide object{
    width: 979px; height: 476px;;/*height: 295px;*/
}
div.mainBannerSlideshow{
    position: relative;
    background: none repeat scroll 0 0 transparent;
    overflow: hidden;
    z-index: 0;
}
div.mainBannerSlideshow div.slide {
    position: absolute; top: -16px; left: 0;
    background: none repeat scroll 0 0 transparent;
}
div.mainBannerSlideshow div.slide img{
    border: 0;
}
div.mainBannerSlideshow div.slide-links{
    position: absolute;
    bottom: 69px;
    right: 10px;
    z-index: 10;
}
div.mainBannerSlideshow div.slide-links a {
    background: url(images/not_active.png) no-repeat;
    float: left; display: block;
    width: 18px; height: 18px;
    margin: 0 5px;
    text-decoration: none;
}
div.mainBannerSlideshow div.slide-links a:hover, div.mainBannerSlideshow div.slide-links a.active {
    background: url(images/full_dott_slider.png) no-repeat;
}
/*.slider_text_left{
    width: 240px;
    height: 240px;
    position: absolute;
    background: url(images/white_dot.png) no-repeat;
    left: 50px;
    bottom: 25px;
    font-family: 'ColaborateRegular';
}*/


.slider_text_left { 
    bottom: 207px;
    height: 240px;
    left: 514px;
    position: absolute;
    width: 240px;
}
.slider_text_right{
    width: 240px;
    height: 240px;
    position: absolute;
    background: url(images/white_dot.png) no-repeat;
    right: 50px;
    bottom: 25px;
/*    font-family: 'ColaborateRegular';*/
}
/*.slider_text_left .title, .slider_text_right .title{
    width: 180px;
    height: 52px;
    position: absolute;
    left: 30px;
    top: 62px;
    text-align: center;
    color: #f59a00;
    font-size: 25px;
    line-height: 26px;
    overflow: hidden;
    text-decoration: none;
}*/
.slider_text_left .title, .slider_text_right .title{
 	color: #FFFFFF;
    font-family: Myriad Pro;
    font-size: 40px;
    font-weight: normal;
    height: 52px;
    left: 26px;
    line-height: 45px;
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: 62px;
    width: 400px;
}


.slider_text_left .description, .slider_text_right .description{
 	color: #FFFFFF;
    font-family: Myriad Pro;
    font-size: 20px;
    height: 89px;
    left: 31px;
    line-height: 23px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 111px;
    width: 300px;
}
.slider_text_left .title a, .slider_text_right .title a{
    text-decoration: none;
    color: #f59a00;
}
.slider_text_left .description a, .slider_text_right .description a{
    color: #7e7e7e;
    text-decoration: none;
}