div#slideshow-wrapper-outter a:link,
div#slideshow-wrapper-outter a:visited{
	color:						#fff;
	text-decoration:			none;
}

div#slideshow-wrapper-outter a img{
	border:						0;
}

div.slideshow-wrapper-inner{
	width:						960px;
	margin:						0 auto;
	text-align:					left;
}

div#slideshow-wrapper-outter{
	margin:						-1px 0 0;
}

div#slideshow-wrapper-outter {
	height:						290px;
	background: 				#fff;
	/* background:					url(images/header-bg.png) 50% 0 no-repeat; */
}

div.slideshow-wrapper-inner{
	height:						280px;
	/* background:					url(images/header-bg.png) 50% 0 no-repeat; */
}


div#slide-holder {
	z-index:					40;
	width: 						940px;
	height:						280px;
	position:					absolute;
}
 
div#slide-runner{
/*
	top:			10px;
	left:			10px;
*/
	margin:						10px 10px 0 10px;
	width:						940px;
	height:						280px;
	overflow:					hidden;
	position:					absolute;
}

div#slide-holder img{
	margin:						0;
	display:					none;
	position:					absolute;
}
  
div#slide-controls{
	left:						0;
	top:						230px;
	width:						940px;
	height:						50px;
	display:					none;
	position:					absolute;
	background-color:			#103249;
	/* 
	background:					url(../images/slide-bg-blue.png) 0 0; */
}

p.text{
	float:						left;
	color:						#fff;
	display:					inline;

	line-height:				50px;
	
	margin:						0 1.0em 0 1.0em;
}

p#slide-service					{
	float:						left;
	color:						#fff;
	display:					inline;

	line-height:				50px;
	
	margin:						0 0 0 1.0em;

}
p#slide-desc					{
	float:						left;
	color:						#fff;
	display:					inline;

	line-height:				50px;
	
	margin:						0 1.0em 0 1.0em;
}

#slide-service span				{ font-weight: bold; }
 
p#slide-nav{
	float:						right;
	height:						24px;
	display:					inline;
	line-height:				0;
	margin:						10px 15px 0 0;
}

p#slide-nav a{
	float:						left;
	width:						24px;
	height:						24px;
	display:					inline;
	font-size:					11px;
	margin:						0 5px 0 0;
	line-height:				23px;
	font-weight:				bold;
	text-align:					center;
	text-decoration:			none;
	background-position:		0 0;
	background-repeat:			no-repeat;
}

p#slide-nav a.on{
	background-position:		0 -24px;
}

p#slide-nav a{
	background-image:			url(../images/silde-nav.png);
}