#intro {
    padding-bottom: 10px;
}


.scroll {
	overflow: hidden;
	width: 972px;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    width: 274px;
	height: 318px;
}


.scrollButtons {
    position: absolute;
    cursor: pointer;
}

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

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

.hide {
    display: none;
}