#slider {
	width: 950px;
	position: relative;
	background-image: url(images/sliderBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 1px;
}

#slider h4 {
font-size:12px;
}
.scroll {
    height: 435px;
    width: 950px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: transparent;
    margin:0 0 24px 0;
}

.scroll p, .scroll h2 a {color:#333333}
.scroll a {color:#fff}
.scroll h2 a:hover {color:#ff0066}
.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 {
}

.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: #ff0066;
}

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

}

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;
}

a.button {
	position:absolute;
	bottom:20px;
	right:160px;
	display: block;
	width: 100px;
	height: 46px;
	color:#000;
	text-decoration: none;
	background:url(images/button.jpg) no-repeat 0px 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 55px;
}
a.button:hover {color:#ff0066;background:url(images/button.jpg) no-repeat 0px -71px;}
