

#titlebar{
	background-color:#009245;
}


#views_slideshow_controls_text_previous_featured_slider_ua-block a {
    position: relative;
    z-index: 100;
    top: -24px;
    left: 695px;
    width: 24px;
    height: 24px;
    padding-bottom: 10px;
    background-image: url(/sites/all/themes/portal/img/previous-portal.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    color: transparent;
}

#views_slideshow_controls_text_next_featured_slider_ua-block a {
    position: relative;
    z-index: 100;
    top: -24px;
    left: 665px;
    width: 24px;
    height: 24px;
    padding-bottom: 10px;
    background-image: url(/sites/all/themes/portal/img/next-portal.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    color: transparent;
}

#views_slideshow_controls_text_pause_featured_slider_ua-block a {
    visibility: hidden;
    display: none;
}