/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:700px;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;
	float: left;
	width:0px;
	height: 216px;
	overflow:hidden;
	background-color: #666666;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: left;
	padding: 0px;
}
/* Handle*/
.handle{
	float: left;
	width: 34px;
	height: 218px;
	margin: 0px;
	margin-right: 0px;
	background:  url(../images/blade.png) no-repeat;
	text-align: justify;
}
.handleOver{
	background: url(../images/blade.png) no-repeat;
}
.handleSelected{
	background: url(../images/blade.png) no-repeat;
}
