.scroll {
	width:940px;
	height:229px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}

.scrollContainer div.panel {
	width:940px;
	height:229px;
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    display: inline;
	float:left;
	background:url(../images/featured_nav_bg.gif) repeat-x 0 0;
}

ul.navigation a {
	width:273px;
	height:131px;
	display:block;
	padding:20px 20px 0px 20px;
	position:relative;
	z-index:2;
	background:none;
	cursor:pointer;
}


ul.navigation a:hover {
	text-decoration:none;
	}

ul.navigation a.selected {
	background:url(../images/featured_selected.png) no-repeat 0 0;
	text-decoration:none;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
	display:none;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
