#slider {
width: 100%;
margin: 0 auto;
position: relative;
}

.scroll {
margin: 0 auto;
height: 290px;
width: 300px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}

.scrollContainer div.panel {
height: 290px;
width: 300px;
/*background:#575757;*/
/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
overflow: hidden;
}

#shade {
height: 50px;
}

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

.scrollButtons.left {
left: 0px;
height: 46px;
width: 88px;
}

.scrollButtons.right {
right: 0px;
height: 46px;
width: 88px;
}
/*
.scrollButtons.left {background: url(/wp-content/themes/real-american-stories/images/previous.png) top left no-repeat;}
.scrollButtons.left:hover {background: url(/wp-content/themes/real-american-stories/images/previous+.png) top left no-repeat;}
.scrollButtons.right {background: url('/wp-content/themes/real-american-stories/images/next.png') top left no-repeat;}
.scrollButtons.right:hover {background: url('/wp-content/themes/real-american-stories/images/next+.png') top left no-repeat;}
*/
.hide {
display: none;
}