#wrapper {
    width: 500px;
	float: left;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 500px;
	float: left;
    position: relative;
}

.scroll {
    min-height: 250px;
    width: 500px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	/*
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
	*/
}

.scrollContainer div.panel {
    padding: 20px;
    min-height: 210px;
    width: 460px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0 0 0 80px;
    padding-bottom: 9px;
	text-align: center;
	font-size:1.2em;
	font-weight:bold;
	width:393px;
	height:117px;
	background:url(../images/portfoliohead.png) no-repeat center center;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
	text-align: center;
}

ul.navigation a {
    padding: 8px 10px 10px 10px;
    color: #69624B;
    text-decoration: none;
	text-align:center;
	display: block;
	float:left;
	width:70px;
	height:50px;
	margin-right:25px;
	text-indent:-9999px;
}

ul.navigation a:hover {
    background: url(../images/hover_arrow.png) no-repeat top center;
}

ul.navigation a.selected {
    background: url(../images/hover_arrow.png) no-repeat top center;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}