#wrapper { width:860px; margin:0 auto; }

#intro { padding-bottom:10px; }
	h2 { margin:0; margin-bottom:14px; padding:0; }

#slider { width:860px; margin:0 auto; position:relative; z-index:1;}
	.scroll {  height:345px; width:860px; overflow:auto; overflow-x:hidden; position:relative; clear:left; }
	.scrollContainer div.panel { margin:0px 0 0 0; padding:0px; height:345px; width:860px; }

#shadeTop { background:url(images/shade-top.png) no-repeat 0 0; height:20px; }
#shadeBot { background:url(images/shade-bottom.jpg) no-repeat 0 0; height:20px; }

ul.navigation { list-style:none; margin:0; padding:0; padding-bottom:9px; text-align:center; }
ul.navigation li { display:inline; margin-right:10px; }
	ul.navigation a { padding:5px; color:#666; text-decoration:none; }
	ul.navigation a:hover { background-color:#ece6d5; color:#333; }
	ul.navigation a.selected { background-color:#ece6d5; color:#7b3338; }
	ul.navigation a:focus { outline:none; }

.scrollButtons { position:absolute; top:180px; cursor:pointer;}
	.scrollButtons.left { left:-30px; }
	.scrollButtons.right { right:-30px; }

.hide { display:none; }