#slider {
    width: 620px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.scroll {
    height: 500px;
    width: 620px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: right;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 500px;
    width: 620px;
}

a.linkout
{
	font-size: 18px;
}

.panel ul
{
	list-style: disc;
	font-style: italic;
	line-height: 16px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 250px;
}

.panel ul li
{
	padding-bottom: 7px;
}

.panel h2
{
	margin-bottom: 5px;
	width: 275px;
}

.panel h3
{
	margin-bottom: 10px;
}

.panel p
{
	padding-bottom: 10px;
	width: 260px;
}

.asrol
{
	background: url(../images/portfolio/asrol.jpg) no-repeat 300px 10px;
}

.inaugural
{
	background: url(../images/portfolio/inaugural.jpg) no-repeat 300px 10px;
}

.myimpact
{
	background: url(../images/portfolio/myimpact.jpg) no-repeat 300px 10px;
}

.linklive
{
	background: url(../images/portfolio/linklive.jpg) no-repeat 300px 10px;
}

ul.navigation {
	float: right;
    list-style: none;
    margin-bottom: 10px;
    padding:10px;
    width: auto;
}


ul.navigation li {
    display: inline;
}

ul.navigation a {
    padding: 115px 3px 0;
    color: #000;
    text-decoration: none;
}

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

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

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

.scrollButtons {
	bottom: 48px;
    cursor: pointer;
	position: relative;
}
.hide {
    display: none;
}