
#slider {
	width:641px;
    position: relative;
    float:left;
}

.scroll {
    height: 650px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    
}

.scrollContainer div.panel {
    height: auto;
    width: 615px;
    padding-right: 20px;
    margin:20px 6px 10px 0;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

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



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

.scrollButtons.left {
    left: 0px;
    
}

.scrollButtons.right:hover {
	background: url(../img/next_hover.gif) no-repeat 0 0;
}

.scrollButtons.right {
    right: 0px;
    background: url(../img/next.gif) no-repeat 0 0;
}

.hide {
    display: none;
}


