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

.scroll {
    height: 225px;
    width: 950px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #000;
    margin:0 0 24px 0;
}
.scroll p {float:right; width:275px;}
.scroll p, .scroll h2 a {color:#eee; margin:0px; float:right;}
.scroll h2 a {font-family: "arial black", helvetica, sans-serief; line-height:25px; color: #cecece;}
.scroll a {color:#fff; width: 275px;}
.scroll h2 a:hover {color:#fff}
.scroll p.byline,.scroll p.byline a  {color: white; font-family: "arial black", helvetica, sans-serief; line-height: 13px; margin-bottom:0px; padding: 6px 0 0 0;}

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

#shade {
}

.video-wrap {padding-right:30px}

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

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

}

ul.navigation a {
    padding: 2px 6px;
    color:#ccc;
    text-decoration: none;
}

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

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

}

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

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

.scrollButtons.left {
    right: 20px;
}

.scrollButtons.right {
    right: 0px;
}

.hide {
    display: none;
}

.attachment-medium {
float:left;
padding:0 24px 12px 0;
overflow:hidden;
max-height:185px;
}

a.button {position:absolute;bottom:35px;right:-10px;display: block;width: 271px;height: 46px;padding: 20px 20px 5px 20px;color:#000;text-decoration: none;background:url(images/button.jpg) no-repeat 0px 0px;}
a.button:hover {color:#fff;background:url(images/button.jpg) no-repeat 0px -71px;}