
#slider {
    width: 881px;
    margin: 15px 0 0;
    position: relative;
}

.scroll {
    height: 370px;
    width: 690px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    float: left;
}

.scrollContainer div.panel {
    padding: 0px;
    height: 370px;
    width: 690px;
}

#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;*/
	background-color:#c6c4c4;
			height:345px;
			color:#FFFFFF;
			list-style: none;
			width:171px;
			display:block;
			padding:25px 10px 0 10px;
			float:left;
			margin:0;
}

ul.navigation li {
    padding: 5px 0;
			border-bottom:1px solid #b0aeae;
			margin-right: 2px; 
			margin-left:10px;
}

ul.navigation a {
    font-size: 11px;
			font-weight: normal;
			text-align: left;
			color:#666;
			text-decoration: none;
			display: block;
			padding: 0 15px;
}

ul.navigation a:hover {
    /*background-color: #f6f6f6;*/
}

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

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

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

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

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

.hide {
    display: none;
}