@charset "UTF-8";
/* CSS Document */


/* Front Slider */

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
	list-style-image: none;
	list-style-type: none;
}

.scroll {
    width: 800px;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background-color: white;
}

.scrollContainer div.panel {
    width: 800px;
}

#shade {
    background: #EDEDEC;
    height: 50px;
}

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

ul.navigation li {
    float:left;
    margin:0px 1px 0px 0px;
}

ul.navigation a {
    font-size: 11px;
	color: #000000;
	background-color: #bababa;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 30px 10px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top:thin; 
	border-left:thin; 
	border-right:thin; 
	border-color: #bababa; 
	border-top-style:solid; 
	border-left-style:solid; 
	border-right-style:solid; 
}

ul.navigation a:hover {
	color: #ffffff;
    background-color: #008BD1;
}

ul.navigation a.selected {
    font-size: 11px;
	color: black;
	background-color: white;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px 30px 10px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top:thin; 
	border-left:thin; 
	border-right:thin; 
	border-color: #dbdbdb; 
	border-top-style:solid; 
	border-left-style:solid; 
	border-right-style:solid; 
}

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

.scrollButtons {
    position: absolute;
    top: 40%;
    cursor: pointer;
    visibility: hidden;
}

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

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

.hide {
    display: none;
}


