#function-slider {
    width: 845px;
    margin: 0 auto;
    position: relative;
    left: 10px;
	
}

.scroll {
    width: 745px;	/*Edit*/
    overflow: auto;
    overflow-x: hidden;
    text-align:center;
    margin: 8px 0 0 40px;	/*Edit*/
    clear: both;
}

.scrollContainer div.panel {
    padding-left: 5px;
    width: 745px;	/*Edit*/
}

ul.navigation {
    -webkit-padding-start: 0px;
    list-style: none;
    margin: 0;
    float:left;
    padding-top: 20px;	/*Edit from old 10px; */
    padding-bottom: 9px;
    width: 870;
    position: relative;
    /*right: 22px;*/
    left: -21px;
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    padding: 0px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover img{
	width: 68px;
	height: 53px;	
	border:1px solid #6CB2E4;
	border-radius: 4px;
}

ul.navigation a.selected img{
	width: 70px;
	height: 53px;
	border:2px solid #6CB2E4;
	border-radius: 4px;

}

ul.navigation a:focus img{
    outline: none;
    width: 68px;
	height: 53px;
    border-radius: 4px;
}

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px; /*Edit from old -12px;*/
}

.scrollButtons.right {
    right: -12px;
}

.hide {
    display: none;
}