
#wrapper {
    width: 900px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 650px;
    margin: 0 auto;
    position: relative;
	margin-top:15px;
	background-color: #E6E6E6;
}

.scroll {
    height: 420px;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url("../images/content_pane-gradient.gif") repeat-x scroll left bottom;
	margin-top: -3px;
}

.scrollContainer div.panel {
    padding: 5px;
    height: 420px;
    width: 900px;
}

#shade {
    background: #EDEDEC url("../images/shade.jpg") no-repeat 0 0;
    height: 30px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

.no-width {
	width:auto!important;
}

.nav-shade {
	background: #EDEDEC url("../images/shade.jpg") no-repeat 0 0;	
}

.grid-panel {
	padding-top:0!important;
	height:420px!important;
}

.grid-scroll {
	padding:0!important;
	height:440px!important;
}