

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

.scroll {
    height: 250px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff url(../images/content_gradient.gif) repeat-x scroll left bottom;
	
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
	margin:0 auto;
	 
	background: #fff url(../images/content_pane-gradient.gif) repeat-x scroll center bottom;
	 
	
	
}

#shade {
    background: #fff url(../images/content_schatten1.gif) no-repeat 0 0;
    height:33px;
}
#navigation{
		background-image:url(../images/menu_bg.jpg1) ;  
		 line-height:30px;
		 border:0px solid red;
		  
		 
}
ul.navigation {
    list-style: none;
    margin-left: 10px;
   
   
		
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
	
 
}

ul.navigation a {
    padding:  5px;
    color: #999;
    text-decoration: none;
	font-size:14px;
	 
}

ul.navigation a:hover {
    background-color: #f6f6f6;
 
}

ul.navigation a.selected {
    
  
 background:#333  none repeat scroll 0 0;
 color:#fff;
}

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

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

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

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

.hide {
    display: none;
}







 
