
#slider {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color:#EDEDEC;
    width: 600px;
	margin: 15px;
    position: relative;
}

#tabh2 {
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear:both;
	margin:0;
	display:block;
font-size:1.5em;
font-weight:bold;
}


.scroll {
	overflow: hidden;
    height: 170px;
    width: 600px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../img/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 30px;
    height: 130px;
    width: 594px;
	float: left; 
	position: relative;
}

.panel p{
font-family:ËÎÌå, Helvetica, sans-serif;
font-weight:14px;
line-height:20px;
}
#shade {
    background: #EDEDEC url(../img/shade.jpg) no-repeat 0 0;
    height: 20px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
	color:#000000;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
    padding: 10px;
    text-decoration: none;
}

ul.navigation a:hover {

    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

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


.hide {
    display: none;
}