body { 
    
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #fff;
}

#wrapper {
    width: 100%;
	height:100%;
    margin: 0 auto;
	
	margin-top:75px;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
	font-size:10px;
    padding: 0;
	color:#333;
	
}

#slider {
    height: 583px;
    width: 800px;
    margin: 0 auto;
    position: relative;
	
}

.scroll {
    height: 583px;
    width: 800px;
	margin-left:-40px;
	padding-bottom:75px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #fff url(images/content_pane-gradient.gif) repeat-x scroll left bottom;

}

.scrollContainer div.panel {
    padding: 0;
	padding-right:175px;
	padding-top:37px;
	padding-left:75px;
    height: 508px;
    width: 900px;
}

#shade {
    background: #fff url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

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 {
	margin-top:100px;
    right: 100%;
	position:absolute;
	float:right;
	z-index:15;
}

.scrollButtons.right {
	
	margin-top:100px;
    left: 100%;
	float:left;
	position:absolute;
	z-index:15;
}
.leftSideFeather {
	margin-top:35px;
	margin-left:-45px;
	background-image:url(../images/leftFeather.png);
	height:600px;
	width:86px;
	position:absolute;
	z-index:3;

}
.rightSideFeather {
	margin-top:55px;
	left:90%;
	background-image:url(../images/rightFeather.png);
	height:600px;
	width:86px;
	position:absolute;
	z-index:3;

}

.hide {
    display: none;
}

#desc {
	width:500px;
	font-size:10px;
	color:#666;
}