/* start of jQuery coda slider code */
#slider{
	width:620px;
}
.scroll{
	width:620px;
	height:350px;
	overflow:auto;
	overflow-x:hidden;
	position:relative;
	clear:left;
	background-color:#f1f5e9;
}
.scrollContainer div.panel{
	padding:20px;
	height:210px;
	width:580px;
}
ul.navigation{
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:9px;
}
ul.navigation span{
	text-decoration:underline;
}
ul.navigation li{
	display:inline;
	margin-right:10px;
}
ul.navigation a{
	padding:10px;
	text-decoration:none;
	color:#000;
	background-color:#e5e1d3;
	border:3px solid #e5e1d3;
	border-width:0px 0px 3px 0px;
}
ul.navigation a:hover{
	color:#fff;
	background-color:#c24830;
	border:3px solid #c24830;
	border-width:0px 0px 3px 0px;
}
ul.navigation a.selected{
	background-color:#f1f5e9;
	border:3px solid #f1f5e9;
	border-width:0px 0px 3px 0px;
}
ul.navigation a.selected:hover{
	color:#000;
	cursor:default;
}
ul.navigation a:focus{
	outline:none;
	cursor:default;
}
.scrollButtons{
	position:absolute;
	top:150px;
	cursor:pointer;

/* don't use these */
	display:none;

}
.scrollButtons.left{
	left:-20px;
}
.scrollButtons.right{
	right:-20px;
}
.hide{
	display:none;
}
/* end of jQuery coda slider code */
