#slideshow {position: relative;}


/*slideshow*/
#refimgs {position: relative; 
          margin: auto; 
          width: 910px; height: 85px; 
          top: 0; 
          text-align: center; 
          overflow:hidden;
}
#refimgs img { /*margin: 0 4px;*/
              margin: 0 0px;
}
#refimgs a {
    cursor: pointer;
    font-size: 0;
    display: block;
    float: left;
}
    #refimgs img {
        border-right: 1px solid #fff;
    }
                        
#slideshow a#left {position: absolute; 
                   left: 0; 
                   top: 0; 
                   width: 38px; 
                   height: 85px; 
                   overflow: hidden; 
                   text-decoration: none; 
                   cursor: pointer; 
                   color: #fff;
                   font-size: 1.6em;}
                   
                   
#slideshow a#right {position: absolute; 
                    right: 0; 
                    top: 0; 
                    width: 38px; 
                    height: 85px; 
                    overflow: hidden; 
                    text-decoration: none; 
                    cursor: pointer; 
                    color: #fff;
                    font-size: 1.6em;}


#slideshow a#left span,
#slideshow a#right span {
    background: url("/common/images/layout/css-sprites.png") no-repeat 0 0;    
    width: 17px; height: 26px;
    display: block;
    overflow: hidden;
    position: absolute; 
    top:30px; 
}

#slideshow a#left span {background-position: -70px 0; left:10px;}
    #slideshow a:hover#left span {background-position: -87px 0;}

#slideshow a#right span {background-position: -121px 0;right:10px;}
    #slideshow a:hover#right span {background-position: -104px 0;}

#slideshow .jq-ss-crop{float:left;}
#images_carousel{width:910px;}



#slideshow span.r_top {position: absolute; 
                       top: 0; left: 0; /*z-index: 1;*/ 
                       height: 11px; width: 992px; 
                       }

#slideshow span.r_bott {position: absolute; 
                        bottom: 0; 
                       _bottom: -6px; 
                        left: 0; 
                        height: 11px; 
                        width: 992px; 
                        }