#slider {
    width: 960px;
    position: relative;
		background-color: #fff;
		padding-bottom: 8px;
}

.scroll {
    height: 210px;
    width: 958px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color: #fff;
		border-right: solid 1px #d2c1a2;
		border-bottom: solid 1px #d2c1a2;
		border-left: solid 1px #d2c1a2;				
		margin-bottom: 10px;
}

.scrollContainer div.panel {
    padding: 0 20px;
    height: 210px;
		text-align: center;
    width: 919px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

.ksd-slider-nav-container {
  width: 960px;
	height: 44px;
	margin: 0;
 
	text-align: center;
}                    

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    background:transparent;
}

ul.navigation li {
	margin: 0; padding: 0;
	float: left;
} 
ul.navigation li span { display: block; text-indent: -9999px;}
ul.navigation li.first { width: 327px; height: 44px;}  
ul.navigation li.second { width: 298px; height: 44px;}  
ul.navigation li.third { width: 335px; height: 44px;}

ul.navigation li.first a {
	width: 327px;
	height: 44px;
	display: block;
  background: transparent url('images/bg-tabs-buttons.png') no-repeat 0 -88px; 
}             

ul.navigation li.second a {                                         
	width: 298px;
	height: 44px;
	display: block;
  background: transparent url('images/bg-tabs-buttons.png') no-repeat -327px -88px; 
}
ul.navigation li.third a {
	width: 335px;
	height: 44px;
	display: block;
  background: transparent url('images/bg-tabs-buttons.png') no-repeat -625px -88px;	
}

ul.navigation li.first a:hover 		{ background-position: 0 -44px;}
ul.navigation li.second a:hover   { background-position: -327px -44px;}
ul.navigation li.third a:hover 		{ background-position: -625px -44px;}


ul.navigation li.first a.selected  { background-position: 0 0;}
ul.navigation li.second a.selected { background-position: -327px 0;}
ul.navigation li.third a.selected 	 { background-position: -625px 0;}

ul.navigation a:focus {
    outline: none;
}                                   

.scroll img { border: none; padding: 0; margin: 0;}
.scrollButtons {
    position: relative;
    top: 50px;
    cursor: pointer;
}     
.scrollButtons span { display: none;}

a.scrollButtons.left { 
    position: absolute;     
    left: 20px; 
		border: none;
		padding: 0px; 
		margin: 0;
		height: 85px;
		width: 16px;
		display: block;
		background: #fff url(images/scroll_left.png) no-repeat 0 0;
}
a.scrollButtons.left:hover { background-position: -16px 0;}

a.scrollButtons.right {
    position: absolute;
    right: 20px;
		border: none;
		padding: 0px;
		margin: 0;
		height: 85px;
		width: 16px;
		display: block;
		background: #fff url(images/scroll_right.png) no-repeat 0 0;
}
a.scrollButtons.right:hover { background-position: -16px 0;}
	
.hide {
    display: none;
}