

#slider,#slider1 {
    width: 465px;
    margin: 0 auto;
    position: relative;
	border:1px solid #ff7f00;
	height: 225px;
}

.scroll {
    height: 202px;
    width: 465px;
    overflow-x: hidden;
	overflow:auto;
    position: relative;
    clear: left;
    background: #fff8e7 url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding:10px 20px 0 10px;
    height: 200px;
    width: 445px;
	font-size:12px;
	line-height:18px;
	overflow-y:hidden;
		overflow:auto;
}

#shade,#shade1 {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
	background:url(../images/m_01.jpg) 0 2px repeat-x;
	border-bottom:1px solid #ff7f00;
	height:21px;
}

ul.navigation li {
    display:inline;
	line-height:21px;
	font-size:12px;
	float:left;
	
}

ul.navigation a {
    color: #000;
    text-decoration: none;
	display:block;
	background:url(../images/m_01.jpg) 0 2px repeat-x;
	padding:0 10px;
	line-height:21px;
	height:21px;
	float:left;
	border-left:1px solid #ff7f00;
	position:relative;
	left:-1px;

	
}

ul.navigation a:hover {
	line-height:21px;
	height:21px;
	padding:0 10px;
	display:block;
	border-left:1px solid #ff7f00;
	position:relative;
	left:-1px;
}

ul.navigation a.selected {
    background: #ffffff;
	border-left:1px solid #ff7f00;
	position:relative;
	top:1px;
	height:21px;
	padding:0 10px;
	line-height:21px;
	color:#00489d;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}


.hide {
    display: none;
}
