#slider {
	width: 830px;
    margin: 0px auto;
    float:left;
}

.slidertxt{
	float:left;
	width:170px;
	font-size:12px;
	line-height:20px;
	margin:0px 0px 0px 25px;
	color:#333333;
}

.scroll {
	height: 395px;
    width: 830px;
    overflow: auto;    
    clear: left;
    
}

.scrollContainer div.panel {
	margin:0px;
    padding:0px;
    line-height:20px;
    height: 395px;
    width: 831px;
    
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom:3px;
}

ul.navigation li {
	font-family:georgia, arial, sans-serif;
    display: inline;
    margin-right:10px;
}

ul.navigation a {
    padding: 7px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
	font-weight:bold;
    background-color: #eeda9b;
}

ul.navigation a:focus {
    outline: none;
}



.hide {
    display: none;
}
