#slider {
  width: 620px;
  margin: 0 auto;
  position: relative;
}

.scroll {

  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}

.scrollContainer div.panel {
  padding: 0px 40px 0px 0px;
  width: 580px; /* change to 560px if not using JS to remove rh.scroll */
  min-height: 		360px;
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}



		
		ul.navigation { /* The auto-generated set of links */
			list-style: none;
			margin: 0px auto;
			padding: 0px;
			width: 600px;

		}
		
		ul.navigation span {
			float: left;
			font-weight: bold;
			margin: 	5px 5px 0px 5px;
			display: 	block;
		}
		
		ul.navigation li {			
			float: 			left;
			width: 			19px;
			text-align: 	center;
			margin: 		2px;
		}
		
		ul.navigation li a { /* The nav links */
			font-family: 	Verdana;
			font-size: 		9px;
			color: 			#484848;
			font-weight: 	bold;
			text-align: 	center;
			cursor: 		pointer;
			line-height: 	19px;
			padding: 		9px;
			background: 	url(images/page.png) no-repeat center;
						
		}
		
		ul.navigation li a.selected {
		background: url(images/page-open.png) no-repeat center;
		}	
		
		ul.navigation li  a:hover {
		background: url(images/page-open.png) no-repeat center;
		}
		
		ul.navigation li a.current {

		}