.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 100%;
	height:140px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:578px;
	height: 140px;
	padding-left: 10px;
	text-align: center;
	overflow: hidden;
}

.scrollable img {
/*	float:left;*/
/*	width: 120px;*/
/*	height: 90px;*/
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.scrollable table { float: left; }

.scrollable .splitLine {
	margin-left: 10px;
	width: 5px;
	height: 140px;
	background: url('../images/connend_line.gif') repeat-y;
}

.scrollable .browse {
	width: 11px;
	height: 97px;
}

.scrollable .browse img {
	cursor: pointer;
}
