#wrapper {
    width: 750px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 740px;
    margin: 0 auto;
    position: relative;
	text-align:left;
}

.scroll {
    height: 150px;
    width: 740px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #000 url(images/1.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 110px;
    width: 700px;
	font-size:12px;
	line-height:18px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 2px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding:5px;
    padding-bottom: 3px;
	background-image:url(images/gc.gif);
	height:22px;
	font-size:14px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #fbce83;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color:#75110f;
}

ul.navigation a.selected {
	background-image:url(images/bg1.gif);
	background-repeat:no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}