	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:900px;
		background:#fff;		
		margin-bottom:2em;
		}	
		
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:975px;
		height:350px;
		overflow:hidden; 
		}
	#slider a {
		text-decoration: none;
	}
	
	.sliderBlock {
		width: 975px;
		height: 350px;
	}
	
	
/* // Easy Slider */

/* // Easy Slider Config */

.section0 {
	background:url(../images/slider/connections01.jpg) no-repeat;
}
.section1 {
	background:url(../images/slider/healthcare01.jpg) no-repeat;
}
.section2 {
	background:url(../images/slider/media02.jpg) no-repeat;
}
.section3 {
	background:url(../images/slider/financial01.jpg) no-repeat;
}

.nav-bar {
	/* height:52px;
	width:1680px; */
}
.nav-bar ul {
	margin:0 auto;
	padding:0;
	position:relative;
}
.nav-bar li {
	display:inline;
}
.thumb img {
	margin:0;
	float:left;
}

/* // Easy Slider Config */