#SlideShow {
	width: 898px;
	height: 349px;
	padding: 0px;
	margin: 0px;
}

#slide1 {
	position: relative;
	width: 898px;
	height: 300px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#thumbnails {
	width: 892px;
	height: 49px;
	margin: 0px;
	border-left: 3px solid #ced0d2;
	border-right: 3px solid #ced0d2;
	border-bottom: 3px solid #ced0d2;
	background-image: url(../_images/weknowyournetwork.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#SlideNav {
	margin: 0px;
	padding: 0px;
	height: 49px;
}

#SlideNav li {
	width: 75px;
	height: 45px;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	list-style-type: none;
}

#SlideNav a {
	width: 75px; 
	padding: 2px;
	display: block;
}

#SlideNav a.activeSlide { 
	background-color: #ff9933;
}

#SlideNav img { 
	border: none;
	display: block;
}
