
/* remove margins from the image */
.items img {
	margin:7px 3px;
}
/* make A tags our floating scrollable items */
.items a {
	display:block;
	float:left;
}
/* tooltip styling */
#tooltip {
	display:none;
	background:url(/tools/img/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}
/* scrollable should not disable gallery navigation */
#gallery .disabled {
	visibility:visible !important;
}
#gallery .inactive {
	visibility:hidden !important;
}
.scrollable {
	background-color:#EEEEEE;
	
}
.items {
	background-color:#EEEEEE;
	
}

