#slider {
    width: 630px;
    margin: 0 auto;
    position: relative;
}
.scroll {
	height: 770px;
	width: 630px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
#port_print .scroll { height: 600px; }
#port_web .scroll { height: 600px; }

.scrollContainer div.panel {
	height: auto;
	width: 600px;
	padding: 0 15px;
}

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

.scrollButtons.left {
	top: 300px;
    left: -54px;
}
#port_web .scrollButtons.left, #port_print .scrollButtons.left {
	top: 250px;
    left: -54px;
}
.scrollButtons.right {
	top: 300px;
    right: -28px;
}
#port_web .scrollButtons.right, #port_print .scrollButtons.right {
	top: 250px;
    right: -28px;
}
.hide {
    display: none;
}
