/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:890;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0;
	padding:0;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 286px;	
	overflow:hidden;
	margin:0;
}

.contentInnerWrapper{
	text-align: justify;
	padding: 0px 0px 0px 3px;
	margin:0px;
}

/* Handle*/
.handle{
	float: left;
	width: 48px;
	height: 286px;
	margin: 0px 1px 1px -8px;
	padding: 1px 1px 1px 8px;
	margin-right: -10px;
	
}

#testListItem0 .handle{
	background:  url(../../gfx/left_about.png) no-repeat;
	margin-left:0px;
	cursor:pointer;
}

#testListItem1 .handle{
	background:  url(../../gfx/left_client.png) no-repeat;
	cursor:pointer;
}

#testListItem2 .handle{
	background:  url(../../gfx/left_candidates.png) no-repeat;
	cursor:pointer;
}

#testListItem3 .handle{
	background:  url(../../gfx/left_home.png) no-repeat;
	cursor:pointer;
}