#slider {
    width: 666px;
    margin: 0 auto;
    position: relative;
	/*border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;*/
}

.scroll {
	overflow: hidden;
	width: 666px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 6px;
    /*width: 122px;*/
	/*height: 238px;*/
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(/images/moving_boxes/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(/images/moving_boxes/rightshadow.png) repeat-y;
}

.inside {
	padding: 5px;
	border: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 67px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}