#featured {
width: 990px;
float: left;
height: 209px;
padding: 0px;
}

.watchnow {
position: absolute;
top: 240px;
left: 20px;
width: 180px;
height: 29px;
background: url(images/watchnow.jpg) top left no-repeat;
cursor: pointer;
}

.watchnow:hover {
background: url(images/watchnowover.jpg) top left no-repeat;
}

.insert {
width: 300px;
height: 60px;
background: url(images/bg.png) top left no-repeat;
margin: 220px 0 0 0px;
color: #FFFFFF;
padding: 10px;
line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}


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

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

.scrollContainer div.panel {
height: 309px;
width: 990px;
overflow: hidden;
}

#shade {
height: 50px;
}

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

.scrollButtons.left {
left: 880px;
}

.scrollButtons.right {
right: 20px;
}