/*body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}*/

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

.scroll {
    height: 330px;
    width: 790px;
	padding-top: 25px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: none;
}

.scrollContainer div.panel {
    padding: 0px 0px;
    height: 330px;
    width: 790px;
}

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

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

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

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

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

ul.navigation a.selected {
    background-color: #fff;
}

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

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

.scrollButtons.left {
    left: -55px;
	behavior: url("iepngfix.htc");
}

.scrollButtons.right {
    right: -55px;
	behavior: url("iepngfix.htc");
}

.hide {
    display: none;
}