/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
	width:100%;
	font: 				11px/1.5em "HelveticaNeue-Light", "Lucida Grande", Arial, Verdana, sans-serif;
	color:				#666;
}
p {
}

/*Main Container*/
.container {
	width:100%;
	/*margin-top:-50px;*/
}
.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{
padding:15px 15px 15px 15px;
font-weight: inherit;	
}
.contentInnerWrapper{
	text-align: justify;
}
/* Handle*/

.handle{

	float: left ;
	width: 28px;
	height: 265px;
	/*margin: 1px;
	/*margin-right: -10px;*/
	background:  url(../images/1.png) no-repeat;
}
.handleOver{	
	cursor:pointer;
	background: url(../images/3.png) no-repeat;
}
.handleSelected{	
	background: url(../images/3.png) no-repeat;
}
