#wrapper
{
}
#slider
{
	width: 700px;
	margin: 0 auto 0 18px;
	position: relative;
}
.scroll
{
	height: auto;
	width: 620px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}
.scrollContainer DIV.panel
{
	padding: 20px;
	height: auto;
	width: 580px;
}
UL.navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}
UL.navigation LI
{
	display: inline;
	margin-right: 10px;
}
UL.navigation A
{
	padding: 10px;
	color: #000;
	text-decoration: none;
}
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: -27px;
}
.scrollButtons.right
{
	right: -20px;
}
.hide
{
	display: none;
}
