#wrapper {
    width: 98%;
    margin: 0 auto;
	border: 0px solid red;
}

#intro {
    padding-bottom: 10px;
}

h1 {
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
	font-size: 18px;
}

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

#slider {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 380px;
    width: 99%;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    /*background: #FFFFFF url(../images/slider/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    padding: 20px;
    /* height: 210px;*/
	height: auto;
    width: 440px;
}

#shade {
    /*background: #EDEDEC url(../images/slider/shade.jpg) no-repeat 0 0;
    height: 50px;
	width: 99%;
	background-position: center center;*/
}

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;
}
.floatLeft {
	float: left;
	}
.floatRight	{ 
	float: right; 
	}
.clear { 
	clear: both; 
	}

.panel img {
	padding: 0 10px 8px 0;
	}
