﻿#wrapper {
    width: 560px;
	float:left;
}

#intro {
    padding-bottom: 0px;
}


#slider {
    width: 560px;
    margin: 0 auto;
    position: relative;
}
#wrapper h2 {
    margin: 0;
    padding: 0;
	width:90px;
	text-align:center;
	float:left;
}
.scroll {
    height: 70px;
    width: 560px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 10px 6px 0 0;
    height: 210px;
    width: 560px;
	font-size:12px;
	line-height:18px;
	color:#9C9B9B;
	text-align:left;
}


ul.navigation {
    list-style: none;
    padding: 0;
}

ul.navigation li {
    display: inline;
    margin-right: 0px;
		float:left;
		width:82px;
		text-align:center;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	display:block;
	
	height:23px;
	line-height:23px;
	width:102px;

}

ul.navigation a:hover {
display:block;
	text-decoration: none;
	height:23px;
	width:102px;
}

ul.navigation a.selected {

}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
