#slider {
    /*width: 800px;*/
    margin: 0 auto;
    position: relative;
}

#slider h2 {
	margin: 0;
	padding: 0;
}

#slider .navigation span {
	color: #621687;
	/*font-size: 18px;*/
	font-weight: bold;
}

#slider .h1inline {
	display: inline;
}

.scroll {
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    width: 821px;
	padding-top: 30px;
	/*border-top: 2px solid #B7C2C8;*/
	/*border-bottom: 2px solid #B7C2C8;*/
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
	border-bottom: 2px solid #B7C2C8;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 8px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
	background: url(../assets/tabBgSelected.png) repeat-x;
}

ul.navigation a.selected {
    background-color: #D7DEE1;
	background: url(../assets/tabBg.png) repeat-x;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
.centerImg {
	margin: 0 auto 0 auto;
}
