/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:560px;
	margin-right: auto;
	margin-left: auto;
}
.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: 150px;
	background-color: transparent;
	overflow: hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
}
/* Handle*/
.handle{
	float: left;
	width: 56px;
	height: 50px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0F0;
}
.handleOver{
	background-color: transparent;
	background-repeat: no-repeat;
}
.handleSelected{
	background-color: transparent;
	background-repeat: no-repeat;
}
