@charset "UTF-8";
/* CSS Document */

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 660px;
	height:90px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.tooltip {
		display:none;
		background-color:#000;
		border:1px solid #666;
		padding:3px;
		color:#CCC;
		font-size:13px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
	}