#scroller {
	white-space: nowrap;
	overflow: hidden;
	width: 685px;
	height: 104px;
	border: 1px solid #e2a1da;
	margin:auto;
}

#scroller img {
	border: 1px solid #ffffff;
	padding: 1px;
	width:133px;
	height:100px;
}

#scrollertext {
	width: 685px;
	text-align: center;
	font-weight: bold;
	color: #2e5929;
	font-size: 20px;
	padding: 2px;
	margin:auto;
	display:none;
}

#expertisetext{
	position:absolute;
	background: #f0f7e8;
	color:#102010;
	width: 200px;
	visibility:hidden;
	z-index:200;
	text-align: center;
	font-size: 12px;
	border: 1px solid #e2a1da;
	padding: 2px;
}
#slide_up {
	overflow: hidden;
	display: none;
	width: 200px;
	height: 150px;
	position: fixed;
	bottom: 2px;
	right: 2px;
}