/*body { 
    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;
}
*/
#wrapper {
    width: 965px;
    margin: 0 auto;
}


/*
h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}
*/
#slider {

    width: 960px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    padding: 0px;
    height: 175px;
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 180px;
    width: 960px;
}

#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;
	*/
	list-style-type:none;
	/*margin:0em 0px;*/
	padding:0px;
	width:960px;
    margin: 0;
   padding: 0;

}

ul.navigation li {
/*	display: inline;
	margin-right: 100px;
	  margin-left: 100px; 
	background:url(images/tab_nonselect.jpg) no-repeat;  
	float:left;
	display:block;
	 width: 320px;
	 height: 30px;*/
	 
	background: #fff url(../images/tab_nonselect.jpg) no-repeat;
	display:block;
	width:320px;
	float:left;
	margin:0px;
	padding:0px;
}

ul.navigation a {
/*
	text-decoration: none;
	 width: 320px;
	 height: 30px;
*/
	color: #FFF;
	display:block;
	width:320px;
	padding:8px 0;
	text-align:center;
	margin:0px;
	text-decoration:none;
	font-weight: bold; 
}

ul.navigation a:hover {
		
/*	text-decoration: none;
	 width: 320px;
	 height: 30px; */
	 
	color: #fe7013;
	display:block;
	width:320px;
	padding:8px 0;
	text-align:center;
	margin:0px;
	text-decoration:none;
	font-weight: bold; 
}

ul.navigation a.selected {
	background:url(../images/tab_select.jpg) no-repeat;
	color:#fe7013;
	display:block;
	width:320px;
	padding:8px 0;
	text-align:center;
	margin:0px;
	text-decoration:none;
	font-weight: bold; 
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}