/* hide container until all is ready */
.test4{
	display: none;
}
/*Main Container*/
.containerHrzAccordion {
	width: 990px;
}
.containerHrzAccordion ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.containerHrzAccordion li{
	display: inline;
	margin: 0;
	padding:0;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;
	float: left;
	width: 0px;
	height: 438px;
	overflow: hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
}
/* Handle*/
.handle{
	float: left;
	width: 23px;
	height: 438px;
    text-align: center;
}
.handleOver{	
	cursor: pointer;
}
.handleSelected{	
}
.handle p {
	position: absolute;
    width: 23px;
    text-align: center;
    z-index: 2;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 18px !important;
	margin-top: 400px;
    color: #111 !important;
}
.handleOver p {	
	color: #cbc4c4 !important;
}
.handleSelected p {	
	color: #cbc4c4 !important;
}
.handle div.label {
	position: absolute;
    z-index: 1;
    width: 23px;
    height: 438px;
}

div.arr {display: none;}
.handleSelected div.arr {
	display: block; 
    position: absolute; 
    width: 5px; 
    height: 25px; 
    margin-left: 23px;
    margin-top: 27px; 
    background: url(arr-select.png) no-repeat;
}
