div .hp_branch_donors {
    background: url('/images/layout/hp_h1_donors.png');
}

#fixed {
    background:white;
}
.murray_box_heading {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 5px 20px;
}
.murray_box_outer {
    padding: 7px;
    background: #E9EFDF none repeat scroll 0 0;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
.murray_box_inner {
    height: 100px;
    border: 1px solid #CCCCCC;
    padding: 5px 5px 5px 15px;
    background-color: white;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
.murray_box_inner table tr td {
    white-space: nowrap;
    padding: 0px;
}
.wide_column {
    width: 375px;
}
.wide_blocks .hp_fit {
    width: 375px;
}
#hp_news_murray {
    background: url(../images/layout/news_cm_narrow.png) no-repeat;
    height:43px;
        margin:0;
        padding:0;
}

/*
    Slideshow
*/

#slide_container {
    width: 774px !important;
    height: 290px !important;
    padding: 0;
    margin: 0;
    position:relative;
    z-index:0;
}

#example {
    width:774px;
    height:275px;
    position:relative;
    margin-top: -15px;
}

#slides {
    position:absolute;
    top:15px;
    left:4px;
    z-index:100;
}

/*
    Slides container
    Important:
    Set the width of your slides container
    Set to display none, prevents content flash
*/

.slides_container {
    width:774px;
    height: 250px;

    /* overflow:hidden;
        position:relative;
        display:none;
     */}
.slides_container div {
    width:774px;
    height: 250px;
    display: block;
}

/*
    Each slide
    Important:
    Set the width of your slides
    If height not specified height will be set by the slide content
    Set to display block
*/

.slides_container div.slide {
    width:774px;
    height:250px;
    display:block;
}


/*
    Next/prev buttons
*/

#slides .next, #slides .prev {
    position:absolute;
    top:84px;
    left:-13px;
    width:43px;
    height:43px;
    display:block;
    z-index:101;
}

#slides .next {
    left:744px;
}

/*
    Pagination
*/

.pagination {
    display: none;
    margin: 5px auto 0;
    width:100px;
}

.pagination li {
    float:left;
    margin:0 1px;
    list-style:none;
}

.pagination li a {
    display:block;
    width:12px;
    height:0;
    padding-top:12px;
    background-image:url(/includes/slides/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}

.pagination li.current a {
    background-position:0 -12px;
}

/*
    Caption
*/

div.slides_container div.caption {
    z-index:500;
    position:absolute;
    bottom:-35px;
    left:0;
    height:30px;
    padding: 0;
    background:#464646;
    background:rgba(70,70,70,0.82);
    width:774px;
    font-size: 1em;
    line-height: 2.0em;
    font-weight: bold;
    color:#fff;
    border-top:1px solid #464646;
    text-shadow:none;
}
.caption p {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*
    Anchors
*/

a:link,a:visited {
    color:#599100;
    text-decoration:none;
}

a:hover,a:active {
    color:#599100;
    text-decoration:underline;
}