/* CSS Document */

#slider {
	width: 620px;
	margin: 0 auto;
	position: relative;
	float: none;
}

.scroll {
	height: 240px;
	width: 615px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	/*background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;*/
	background-color: #FFFFFF;
}

.scrollContainer div.panel {
	padding: 10px;
	height: 210px;
	width: 580px;
}

#shade {
	background: #ffffff url(../images/shade2.jpg) no-repeat 0 0;
	height: 50px;
}

ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
	padding-top: 9px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

ul.navigation li {
	display: inline;
	margin-right: 8px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #E3F3FA;
}

ul.navigation a.selected {
    background-color: #f6f6f6;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
