#wrapper {
    width: 600px;
    margin: 0 auto;
	background-color: #EDEDEC;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 580px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 305px;
    width: 580px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	border:1px solid #464c54;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 15px;
    height: 265px;
    width: 550px;
	font-size: 11px;
	line-height: 18px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 10px;
}

#shade2 {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 30px;
}

ul.navigation {
    list-style: none;
    font-size:9px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}

ul.navigation li {
   list-style:none;
	display:inline;
}

ul.navigation a {
    background-color:#333333;
	color:#ffebb5;
	padding:4px 7px 4px 7px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54;
	
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}