/*#slider_container_2 { float: left; margin: 0 0 0 0 0px; padding: 0px; width: 960px; border: solid 1px; background: url(../img/bg.png) no-repeat 0 0; }*/
.c { clear: both; }
#wrapper {  
    width: 960px; 
    height: 400px;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
}
.SliderName_2 {
    float: left;
    width: 960px;
    height: 420px;
    overflow: hidden;
}
.SliderNamePrev_2 {
    background: url(../img/nav_left.png);
    width: 30px;
    height: 30px;
    /*display: block;*/
    position: absolute;
    top: 360px;
    left: 110px;
    text-decoration: none;

}
.SliderNameNext_2 {
    background: url(../img/nav_right.png);
    width: 30px;
    height: 30px;
    /*    display: block;*/
    position: absolute;
    top: 360px;
    right: 770px;
    text-decoration: none;
}
.SliderName_2Description {
    padding: 10px;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 3px #000000;
}
#SliderNameNavigation_2 {
    position: absolute;
    bottom: 102px;
    text-align: center;
    padding-top: 10px;
    margin-left: 210px;
    overflow-y: hidden;
}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
}
#SliderNameNavigation_2 a img
{
    border: none;
    width: 10px;
    height: 10px;
    background: url(../img/nav.png);
}
#SliderNameNavigation_2 a.active img
{   border: none;
    width: 10px;
    height: 10px;
    background: url(../img/nav_active.png);
}