

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}


#slider {
    width: 980px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 470px;
    width: 980px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	float:left;
   	background: url(../images/bg-visual1.gif) repeat-x;
	}

.scrollContainer div.panel {
    padding: 0px 20px 10px 20px;
    width: 940px;
	float:left;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
	padding:18px 18px 18px 740px;	
	background-color:#383c45;
	border-top:1px solid #fff;
}

ul.navigation li {
    display: inline;
    margin-right: 3px;
}

ul.navigation a {
    padding: 8px;
    color: #eee;
    text-decoration: none;
	font-size:13px;
}

ul.navigation a:hover {
     background-color: #bcbdc1;
	color:#383c45;
}

ul.navigation a.selected {
    background: #bcbdc1;
	color:#383c45;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 461px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 30px;
}

.scrollButtons.right {
    right: 700px;
}

.hide {
    display: none;
}
