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


#wrapper {
	width: 970px;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


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

.scrollimage{
	margin-right: 10px;	
}

.scroll {
	height: 410px;
	width: 910px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	margin: 0px;
	padding: 0px;
}

.scrollContainer div.panel {
	padding: 0px;
	height: 410px;
	width: 910px;
	vertical-align: middle;
}


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

ul.navigation li {
	display: inline;
	margin-right: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height: 28px;
}

ul.navigation a {
	padding: 2px;
	color: #000;
	text-decoration: none;
	
	border: 1px solid #d6d6d6;
}

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

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

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

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

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

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

.hide {
    display: none;
}
.slidertext{
	margin: 10px;
	padding-left: 10px;
}
