.textNoSpace {line-height:120%;}

#image_background{
	background-image: url(/images/ROBE/resPanel/nav_map.gif);
	background-position:7px;
	background-repeat:no-repeat;
	height:32px;
}

#image_background:hover{
	background: url(/images/ROBE/resPanel/nav_map_over.gif);
	background-position:7px;
	background-repeat:no-repeat;
	height:32px;
}

#slideshow {
	width:685;
	height:367;
	overflow:hidden;
}
#pager {
	position:relative;
	left:0px;
	bottom:40px;
	height:20px;
	text-align:center;
	z-index:10000;
}
#pager a {
	background-color:#999999;
	color:#000000;
	padding:4px;
	margin:2px;
	border:1px solid #cccccc;
	width:26px;
	height:22px;
	display:inline-block;
}
#pager a.activeSlide {
	background-color:#666666;	
}