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


#visible_area{
	width:300px;/*required*/
	overflow:hidden;/*required*/
	position:relative;/*required*/
	height:105px;/*required but obviously adjustable*/
	margin: 0px;
	border:1px solid red;
}

#testscroller{
	white-space:nowrap;
	margin:0px;
	padding:0px;
}
#testscroller a{
	display: inline-block;
    text-decoration: none;
	margin:0px;
	padding:0px;
}
#visable_area #bridgetools { position:absolute; top: 120px; left: 10px; z-index:1; }	
.navlabel{
	display:none;
}