#rt_categ_user_related_carousel .selection,
#rt_categ_rank_sale_categ_carousel .selection,
#rt_history_related_carousel .selection {
    position: relative;
}

#rt_categ_user_related_carousel .selection .list li,
#rt_categ_rank_sale_categ_carousel .selection .list li,
#rt_history_related_carousel .selection .list li {
    margin: 0 5px;
}

#rt_categ_user_related_carousel .selection a.prev,
#rt_categ_rank_sale_categ_carousel .selection a.prev,
#rt_history_related_carousel .selection a.prev {
    background: url(../../../images/top_images/arrow_gy01.gif) no-repeat center transparent;
    position: absolute;
    top: 50px;
    left: 3px;
    display: block;
    width: 30px;
    height: 30px;
}

#rt_categ_user_related_carousel .selection a.next,
#rt_categ_rank_sale_categ_carousel .selection a.next,
#rt_history_related_carousel .selection a.next {
    background: url(../../../images/top_images/arrow_gy02.gif) no-repeat center transparent;
    position: absolute;
    top: 50px;
    right: 3px;
    display: block;
    width: 30px;
    height: 30px;
}

#rt_categ_user_related_carousel .selection  a.prev.disabled,
#rt_categ_user_related_carousel .selection a.next.disabled,
#rt_categ_rank_sale_categ_carousel .selection  a.prev.disabled,
#rt_categ_rank_sale_categ_carousel .selection a.next.disabled,
#rt_history_related_carousel .selection  a.prev.disabled,
#rt_history_related_carousel .selection a.next.disabled {
    cursor: default;
}
#rt_categ_user_related_carousel .selection a.prev span,
#rt_categ_user_related_carousel .selection a.next span,
#rt_categ_rank_sale_categ_carousel .selection a.prev span,
#rt_categ_rank_sale_categ_carousel .selection a.next span,
#rt_history_related_carousel .selection a.prev span,
#rt_history_related_carousel .selection a.next span {
    display: none;
}