@charset "utf-8";
/* CSS Document */



#wrapper {
    width: 940px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}



#slider {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 334px;
    width: 940px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF
}

.scrollContainer div.panel {
	height: 334px;
	width: 940px;
	
}

#shade {
	height: 50px;
	background-color: #EDEDEC;
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul.navigation {
	list-style: none;
	margin: 65px;
	padding: 65px;
	position:absolute;
	bottom:-45px;
	cursor:pointer;
	visibility: visible;
	left: 680px;
	
	background-repeat: no-repeat;
}

ul.navigation li {
	display: inline;
	margin-right: 1px;

}

ul.navigation a {
	padding: 5px;
	color: #000;
	text-decoration: none;
	
}

ul.navigation a:hover {
    background-color: #fff;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
	left: -20px;
	visibility: hidden;
}

.scrollButtons.right {
    right: -20px;
	visibility: hidden;
}

.hide {
    display: none;
}
