#slider {
    width: 960px;
	height: 260px;
	background: #FFF url(../images/carousel_background.jpg) bottom no-repeat;
	margin-bottom: 60px;
	overflow: hidden;
	}
.scroll {
    height: 260px;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin-left: 30px;
	}
.scrollContainer div.panel {
    height: 260px;
    width: 900px;
	padding-top: 5px;
	}
ul.navigation {
    margin: 0 auto;
	margin-top: -7px;
	margin-bottom: 30px;
	text-align: center;
	border-top: 1px solid #ffffff;
	margin-left: 20px;
	padding-left: 75px;
	position: absolute;
	}
ul.navigation li {
    display: inline;
	}
ul.navigation a {
    display: block;
	float: left;
	width: 130px;
	height: 39px;
	margin-right: 20px;
	padding: 20px 5px 15px 5px;
	text-align: center;
	font-weight: normal;
	color: #bcbcbc;
	}
ul.navigation a:hover {
    color: #696969;
	}
ul.navigation a.selected {
    background: url(../images/carousel_nav_background.png) no-repeat;
	color: #696969;
	}
ul.navigation a:focus {
    outline: none;
	}
.scrollButtons {  
    cursor: pointer;
	position: absolute;
	z-index: 99;
	}
.scrollButtons.left {
	margin-top: 100px;
	}
.scrollButtons.right {
	margin-top: -160px;
	margin-left: 945px
	}
.hide {
    display: none;
	}
	
.screenshot_home {
	float: left;
	margin-left: 100px;
	margin-top: 20px;
}
.description_home {
	float: left;
	width: 400px;
	margin-top: 20px;
}
.description_home p {
	line-height: 1.6em;
	margin-bottom: 15px;
}
.button_learnmore {
	background: url(../images/button_learnmore.png) no-repeat;
	width: 129px;
	height: 34px;
}
.button_learnmore a {
	display: block;
	width: 129px;
	height: 34px;
}

