.scrollable-container { position: relative; background: url('../graphx/bg_slider_whiteBG.gif') top left no-repeat; width: 406px; height: 148px; margin: 0; }
		.scrollable { position: absolute; top: 8px; left: 54px; overflow: hidden; width: 298px; height: 130px; }
			.scrollable .items { width: 20000em; position: absolute; }
				.items div { float: left; width: 298px; height: 124px; }
					.items div img { margin: 0 0 6px 0; padding: 0; }
					.items div h3 { margin: 0 0 6px 0; padding: 0; line-height: 1; }
						.items div h3 a { background: url('../graphx/arrow.gif') no-repeat top left; text-decoration: none; font-weight: normal; font-size: 12px; padding-left: 17px; } 
					.items div p { margin: -5px 0 0 17px; padding: 0; font-size: 11px; }
				
	.browse { position: absolute; top: 60px; height: 34px; width: 28px; z-index:1000; text-indent: -9000px; cursor: pointer; }
		.prev { left: 10px; background: url('../graphx/slider_leftarrow.gif') no-repeat; }
			.prev.disabled { opacity: .25; filter:alpha(opacity=25); }
		.next { right: 10px; background: url('../graphx/slider_rightarrow.gif') no-repeat; }
			.next.disabled { opacity: .25; filter:alpha(opacity=25); }
