@charset "utf-8";
/* CSS Document */


#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 600px;
	min-height: 350;
    overflow: auto;
    position: relative;
    clear: left;
    background: #e6e6e6 repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
	min-height: 350;
    width: 580px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #333;
    text-decoration: none;
	background-color: #e6e6e6;
}

ul.navigation a:hover {
    background-color: #e6e6e6;
}

ul.navigation a.selected {
    background-color: #00a1d3;
	color:#FFF;
	font-weight:bold;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: -60px;
}

.hide {
    display: none;
}