.browse {
	cursor:pointer;
	font-size:1px;
}
.disabled {
	visibility:hidden !important;		
} 

.scrollable {
	position:relative;
	overflow:hidden;
	width: 700px;
	height:450px;
	float:left;	
}
html>body .scrollable {
	position:relative;
	overflow:hidden;
	width: 700px;
	height:450px;
	float:left;	
	z-index:1;
}

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

.items div {
	float:left;
}