/* 

  photo switcher controller classes

/**/
.dn_scroll_diss
    {
    /*
    background:url(/images/next_pas.gif) no-repeat;
    cursor:pointer;
    */
    width:9px;
    height:18px;
    }

.up_scroll_diss
    {
    /*
    background:url(/images/prev_pas.gif) no-repeat;
    cursor:pointer;
    */
    width:9px;
    height:18px;
    }

.dn_scroll_act
    {
    background:url(/images/prev_act.gif) no-repeat;
    cursor:pointer;
    width:9px;
    height:18px;
    }

.up_scroll_act
    {
    background:url(/images/next_act.gif) no-repeat;
    cursor:pointer;
    width:9px;
    height:18px;
    }

.scroller_one_photo_layer
    {
    padding-top:2px;
    padding-bottom:3px;
    text-align:center;
    vertical-align:top;
    }

.scroller_one_photo_text
    {
    font-size:11px;
    text-align:center;
    color:#6166a6;
    }

.sw_photo_one
    {
    border:1px solid black;
    }

.top_photo_layer_act
    {
    font: bold 12px Verdana;
    color:#808080;
    text-decoration:none;
    cursor:pointer;
    background:url(/images/switcher_pas.gif) center 0px no-repeat;
    }

.top_photo_layer
    {
    font: bold 12px Verdana;
    color:#FFF;
    text-decoration:underline;
    cursor:pointer;
    background:url(/images/switcher_act.gif) center 1px no-repeat;
    }
.top_switcher_layer
    {
    border-bottom:1px solid #C5C5C5;
    text-align:center;
    padding: 5 5 5 5;
    }

.photo_layer_limiter
    {
    overflow:hidden;
    height:120px;
    width:840px;
    }

.ph_back
    {
    background-color:#000;
    }

.photos_content_layer
    {
    padding: 8 0 0 0;
    text-align:center;
    border:0px solid #C5C5C5;
    border-top:0px;
    }

.shimg
    {
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    }

.scrl_l
    {
    padding-right:10px;
    vertical-align:middle;
    }

.scrl_r
    {
    padding-left:10px;
    vertical-align:middle;
    }

.labl_text
    {
    font-size:18px;
    font-family:arial;
    color:#FED54A;
    }

.grad_left
    {
    background:url(/images/fotos_left.gif) no-repeat;
    width:6px;
    height:120px;
    }

.grad_right
    {
    background:url(/images/fotos_right.gif) no-repeat;
    width:5px;
    height:120px;
    }
