/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:100%;	
}
.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;
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 6px;
	height: 210px;
	background: #062539;
	width: 698px;
}
/* Handle*/
.handle{
	float: left;
	width: 25px;
	height: 222px;
	background:  url(../images/1.jpg) no-repeat;
	text-align:center;
}
.handleOver{	
	background: url(../images/2.png) no-repeat;
}
.handleSelected{	
	background: url(../images/3.png) no-repeat;
}
.handle .number{
	margin-top: 200px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}