#slider {
/* width: 100%; */
/* border : 1px solid green; */
width: 980px;
margin: 8px auto;
position: relative;
}

.scroll {
margin: 0 auto;
/*height: 370px; */ 
height: 378px; 
/* width: 800px; */
width: 820px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;

-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/* background:transparent url(images/featured-bg.jpg) no-repeat scroll center top; */ /* original */
/* background:transparent url(images/featured-bg1.jpg) no-repeat scroll center top; */
/* background:transparent url(images/featured-bg2.png) no-repeat scroll center top; */
/* background:transparent url(images/featured-bg3.png) no-repeat scroll center top; */
/* background:transparent url(images/featured-bg4.png) no-repeat scroll center top; */
/* background:transparent url(images/featured-bg5.png) no-repeat scroll center top; */ 
/* background:transparent url(images/featured-bg7.png) no-repeat scroll center top; */
background:transparent url(images/sticky_frame_large_3.png) no-repeat scroll center top;
}

element.style {
background-position: center 9px;
}

.scrollContainer div.panel {
height: 350px;
width: 800px;
overflow: hidden;

padding: 9px 10px 0;
}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 140px;
cursor: pointer;
} 

.scrollButtons.left {
left: 20px;
}

.scrollButtons.right {
right: 15px;
}

.hide {
display: none;
}