#slider {
    width: 960px;
	height: 450px;
    position: relative;
	}

.scroll {
    width: 690px;
    height: 440px;
	border: 5px solid #ddd;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
	float: right;
	}

ul.navigation {
	width: 230px;
	float: left;
	}

ul.navigation li {
	margin: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	background: none;
	}

ul.navigation a {
	display: block;
	width: 225px;
	height: 25px;
	padding: 5px 0 0 5px;
    color: #f78835;
	}
ul.navigation a:hover {
	color: #de7323;
	background: #f9f9f9;
	}

ul.navigation a.selected {
	width: 255px;
	color: #666;
	background: url(../img/bg-arrow-slide.gif) no-repeat;
	}

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

.scrollContainer div.panel {
    width: 700px;
    height: 450px;
	padding-bottom: 10px;
	}

.scrollContainer div.panel h2 {
	width: 400px;
	font: normal 28px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #666;
	}

.scrollContainer div.panel h3 {
	width: 620px;
	margin-top: 20px;
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 40px;
	}

.scrollContainer div.panel h3 a {
	color: #f78835;
	}
.scrollContainer div.panel h3 a:hover {
	color: #de7323;
	}
.scrollContainer div.panel h3 a:active {
	color: #cd6c24;
	}

.scrollButtons {
    position: absolute;
    cursor: pointer;
    left: -40px;
	z-index: 50;
	}

.scrollButtons.left {
    top: 0;
	}

.scrollButtons.right {
    top: 420px;
	}

.hide {
    display: none;
	}