#slider {
   width: 530px;
   margin: 0 auto;
   position: relative;
}

.scroll {
   height: 220px;
   width: 530px;
   overflow: auto;
   overflow-x: hidden;
   position: relative;
   clear: left;
   background: #fff url(../img/content_pane-gradient.gif) repeat-x scroll left bottom;
   /* background-color: #f8f8f8; */
	 border: 1px solid #949999;
	 -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
	 -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px;
	 -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px;
}

.scrollContainer div.panel {
   padding: 20px;
   height: 170px;
   width: 490px;
}

#shade {
   background: #fff url(../img/shade.jpg) no-repeat 0 0;
   height: 50px;
}

ul.navigation {
   list-style: none;
   margin: 0 !important;
   padding: 0 !important;
}

ul.navigation li {
   display: inline;
	 float: left;
   margin: 0 10px 0 0 !important;
   padding: 0 !important;
}

ul.navigation a {
  display: block;
	padding: 5px 10px 0;
	height: 25px;
	background: #EFF0F0 url(../img/tab_gradient.gif) repeat-x top left;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #949999;
	border-top: 1px solid #949999;
	border-right: 1px solid #949999;
	-moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
}

ul.navigation a:hover {
   background: #ccc url(../img/tab_gradient_hover.gif) repeat-x top left;
}

ul.navigation a.selected {
	background: #949999 url(../img/tab_gradient_selected.gif) repeat-x top left;
	color: #fff;
}

ul.navigation a:focus {
   outline: none;
}

.scrollButtons {
   position: absolute;
   top: 125px;
   cursor: pointer;
}

.scrollButtons.left {
   left: -40px;
}

.scrollButtons.right {
   right: -42px;
}

.hide {
   display: none;
}
