#slider {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	height: 248px;
	width: 960px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 248px;
    width: 960px;
}

#shade {
	background: #878787 url(../images/home-slider-tabs-bg.jpg) no-repeat 0 0;
	height: 45px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}

ul.navigation {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
	height: 45px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.navigation li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-right: 31px;
	padding-left: 31px;
}

ul.navigation li:first-child {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

ul.navigation a {
    color: #666;
    text-decoration: none;
}

ul.navigation a:hover {
    color: #666;
	text-decoration: none;
}

ul.navigation a.selected {
    color: #000;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtonNext-0 {
	position: absolute;
	cursor: pointer;
	z-index: 5;
	left: 855px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonNext-1 {
	position: absolute;
	cursor: pointer;
	z-index: 6;
	left: 855px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonBack-1 {
	position: absolute;
	cursor: pointer;
	z-index: 6;
	left: 15px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonNext-2 {
	position: absolute;
	cursor: pointer;
	z-index: 7;
	left: 855px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonBack-2 {
	position: absolute;
	cursor: pointer;
	z-index: 7;
	left: 15px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonNext-3 {
	position: absolute;
	cursor: pointer;
	z-index: 8;
	left: 855px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonBack-3 {
	position: absolute;
	cursor: pointer;
	z-index: 8;
	left: 15px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonNext-4 {
	position: absolute;
	cursor: pointer;
	z-index: 9;
	left: 855px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonBack-4 {
	position: absolute;
	cursor: pointer;
	z-index: 9;
	left: 15px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonNext-5 {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	left: 855px;
	top: 189px;
	width: 90;
	height: 41;
}

.scrollButtonBack-5 {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	left: 15px;
	top: 189px;
	width: 90;
	height: 41;
}

.hide {
    display: none;
}

a#rollover-next { 
	background-image:url(../images/next-off.png); 
	height: 41px; 
	width:90px; 
	display:block; 
}

a#rollover-next span { 
	display:none; 
}

a#rollover-next:hover { 
	background-image:url(../images/next-on.png); 
}

a#rollover-back { 
	background-image:url(../images/back-off.png); 
	height: 41px; 
	width:90px; 
	display:block; 
}

a#rollover-back span { 
	display:none; 
}

a#rollover-back:hover { 
	background-image:url(../images/back-on.png); 
}
