.c { clear: both; }


.SliderName_2 {
    float: left;
    width: 920px;
    height: 310px;
    overflow: hidden;
}

.SliderNamePrev_2 {
    background: url(img/left.png) no-repeat left center;
    width: 35px;
    height: 235px;
    display: block;
    position: absolute;
    top: 200px;
    left: 441px;
    text-decoration: none;
    behavior: url(png_fix/iepngfix.htc);
     
}

.SliderNameNext_2 {
    background: url(img/right.png) no-repeat right center;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 353px;
    right: 442px;
    text-decoration: none;
	behavior: url(png_fix/iepngfix.htc);
    /*border: 1px solid red;*/
    
    
}

.SliderName_2Description {
    padding: 6px;
    font-family: tahoma;
    font-size: 17px;
    line-height:20px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    text-shadow: 0 1px 3px #000000;
    border: 0px solid yellow;
    
    /*font-weight: bold;*/
}

#SliderNameNavigation_2 { margin: -20px 5px 0px 0px; padding: 0px 0px 0px 0px; height: 12px; text-align: center; overflow-y: hidden; position: relative; float:right;}

#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: 12px;
    height: 12px;
    background: url(img/bullet.png) no-repeat center center;
	padding:0px 0px 0px 8px;
    /*border: 1px solid red;*/
}

#SliderNameNavigation_2 a.active img
{
    background: url(img/bullet_active.png) no-repeat center center;
}