/* Code tidied up by ScrapBook */
div.csm_scrollable { position: relative; overflow: hidden; float: left; margin-left: 20px; }
div.csm_scrollable div.csm_items { width: 200000px; position: absolute; }
div.csm_scrollable div.csm_items div { float: left; }
.prevbutton { background: rgba(0, 0, 0, 0) url("left.png") no-repeat scroll left top; width: 20px; height: 40px; float: left; }
.prevbutton:hover { background: rgba(0, 0, 0, 0) url("left.png") no-repeat scroll left bottom; width: 20px; height: 40px; }
.nextbutton { background: rgba(0, 0, 0, 0) url("right.png") no-repeat scroll left top; width: 20px; height: 40px; float: right; }
.nextbutton:hover { background: rgba(0, 0, 0, 0) url("right.png") no-repeat scroll left bottom; width: 20px; height: 40px; }
