.scrollable
{
	border-bottom: #ccc 1px solid;
	position: relative;
	float:left;
	border-left: #ccc 1px solid;
	width: 750px;
	/* background: url(./h300.png) repeat-x; 
	height: 120px;*/
	overflow: hidden;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
}
.scrollable .items
{
	position: absolute;
	width: 20000em;
	clear: both;
}
.items .itemsGroup
{
	float: left;
}

/*
.scrollable IMG
{
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	padding-bottom: 2px;
	background-color: #fff;
	margin: 20px 5px 20px 21px;
	padding-left: 2px;
	width: 100px;
	padding-right: 2px;
	float: left;
	height: 75px;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding-top: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
*/
.scrollable .active
{
	border-bottom: #000 2px solid;
	position: relative;
	border-left: #000 2px solid;
	border-top: #000 2px solid;
	cursor: default;
	border-right: #000 2px solid;
}
