﻿#intro {
    padding-bottom: 10px;
}

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

.scroll { height: 460px; width: 662px; overflow: auto; overflow-x: hidden; position: relative; clear: left; 
}

.scrollContainer div.panel { padding: 0px; height: 460px; width: 662px; 
}



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

ul.navigation { list-style: none; list-style-type:none; margin: 0; padding: 0; 
}

ul.navigation li { list-style:none; list-style-type:none; float:left; width:222px; border-bottom:1px solid #d7d7d7; /*display: inline;*/ }

ul.navigation a {    
    text-decoration: none;
}

ul.navigation a:hover {
    
}

ul.navigation a.selected {
    
}

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

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

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

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

.hide {
    display: none;
}
