
.scroll {
    height: 152px;
    width: 590px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
	

}

.scrollContainer div.panel {
    height: 152px;
    width: 119px;
	font-size:11px;
	color:#ffffff;
	
	
}
.panel span {
	color:#f0ff70;
}
#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

.scrollButtons {
    position: absolute;
    top: 70px;
    cursor: pointer;
	z-index:1000;
}

.scrollButtons.left {
    left: 0;
}

.scrollButtons.right {
    right: 0;
}
*html .scrollButtons.right {
	right:30px;
}
.hide {
    display: none;
}
.scroll {
	margin-left:30px;
}