#slider {
    width: 950px;
    margin: 25px auto 0;
    position: relative;
}

.scroll {
    height: 435px;
    width: 950px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #00C0CF;
    margin:0 0 24px 0;
}

.scroll p {
color: black;
font-size: 15px;}

.scroll h2 a {
color:#eee;
font-size: 35px;
margin-bottom: 0px!important;
}

.scroll a {color:#fff}

.scroll h2 a:hover {color:#fff}

.scroll p.byline,.scroll p.byline a  {margin-bottom:20px;color:#444;text-decoration:none}

.scrollContainer div.panel {
    padding: 20px;
    height: 395px;
    width: 910px;
}

#shade {
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 36px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;

}

ul.navigation a {
    padding: 2px 8px 19px;
    color:#707070;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
}

ul.navigation a:hover {
    background-color: #000;
}

ul.navigation a.selected {
    background-color: #00C0CF;
    color: white;

}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.scrollButtons.left {
    right: 40px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}

.attachment-medium {
float:left;
padding:0 24px 12px 0;
}

a.button {
position:absolute;
bottom:10px;
right:10px;
display: block;
width: 320px;
height: 110px;
color:#000;
text-decoration: none;
background:url(images/button.jpg) no-repeat 0px 0px;
text-indent: -9999px;
}

a.button:hover {
background-position: 0px -110px;
}

#mibuttonl {
background:url(images/scroll_left.jpg) no-repeat 0px 0px;
width: 36px;
height: 36px;
}

#mibuttonl:hover {
background-position: 0 -37px;
}

#mibuttonr {
background:url(images/scroll_right.jpg) no-repeat 0px 0px;
width: 36px;
height: 36px;
}

#mibuttonr:hover {
background-position: 0 -37px;
}
