img {border: #000 thin solid;
}
#slider {
    width: 719px;
    margin: 0 auto;
    position: relative;	
	padding-bottom:18px;
	}
	


.scroll {
 
    width: 720px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin-top:10px;
    background: #d9fcf8 ;
	border: #999999 thin solid;
}

.scrollContainer div.panel {
    padding: 9px;
    width: 712px;
}


ul.navigation {
    list-style: none;
    margin: 0;
	padding: 14px 0 5px 0;
	font-size:12px
}

ul.navigation li {
    display: inline;
    margin-right: 4px;
	
}

ul.navigation a {
    padding: 8px;
    color: #333333;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #990000;
	color: #CCCCCC;
	
}

ul.navigation a.selected {
    background-color: #fff;
	border: #999999 thin solid;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
	border:none
}

.scrollButtons.right {
    right: -20px;
	border:none
}

.hide {
    display: none;
}

ul.resources {
list-style:inside square  
}