/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}

/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 115px;	
	overflow:hidden;
}
.contentWrapper{
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px 10px 10px 5px;
}
/* Handle*/
.handle{
	float:left;
	height:105px;
	margin:10px 10px 1px 1px;
	width:13px;
	cursor: pointer;
}
.handleOver{	
}
.handleSelected{	
}
