#wrapper {
    width: 960px;
    margin: 0 auto;
}

#intro {
    padding: 0px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 960px;
	height:400px;
    margin: 0px;
	padding:0px;
    position: relative;
}

#whitebox {
	float:left;
    height: 400px;
    width: 960px;
	background:#fff;

}

.scroll {
	float:left;
    height: 400px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	margin:0px;
	padding:0px 0px;

}

.scrollContainer div.panel {
float:left;
    height: 400px;
    width: 960px;
	padding:0px;
	margin:0px;
}




ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding:0px;
	height:25px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
	height:25px;
}

ul.navigation a {
	float:left;
	height:15px;
    padding: 5px 10px;
	line-height:12px;
    color: #000;
    text-decoration: none;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

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

.scrollButtons {
    position: absolute;
    top: 175px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


#alan-maskell, #anthony-coats, #angela-montgomery {

}


#alan-maskell {
background:#fff url('images/about_alan.jpg');
}

#anthony-coats {
background:#fff url('images/about_anthony.jpg');
}

#angela-montgomery {
background:#fff url('images/about_angela.jpg');
}

#panel_text {
	font-family:"Lucida Sans Unicode", arial, sans-serif;
	width:420px;
	margin:40px 20px 0px 320px;
}

#panel_text h2 {
	font-size:14px;
	font-weight:bold;
	color:#ed304f;
}

#panel_text p {
	font-size:11px;
	font-weight:normal;
	color:#333;
}

#panel_text ul {
	font-size:11px;
	font-weight:normal;
	color:#333;
}
