/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:100%;	
	margin-left:12px;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;
	
	left:0px;
	float: left;
	width:0px;
	height: 226px;	
	overflow:hidden;
}
.contentWrapper{

}
.contentInnerWrapper{
	text-align: justify;
	padding-top: 1px;
	padding-left:2px;
}
/* Handle*/
.tab1{
	float: left;
	width: 38px;
	height: 225px;
	margin-right: -10px;
	margin-top:1px;
	background:  url(../images/tab1.png) no-repeat;
}
/*
.handleOver{	
	background: url(../images/tab1.png) no-repeat;
}
.handleSelected{	
	background: url(../images/tab1.png) no-repeat;
}
*/
/* Handle*/
.tab2{
	float: left;
	width: 38px;
	height: 225px;
	margin-right: -10px;
	margin-top:1px;
	background:  url(../images/tab2.png) no-repeat;
}

.tab3{
	float: left;
	width: 38px;
	height: 225px;
	margin-right: -10px;
	margin-top:1px;
	background:  url(../images/tab3.png) no-repeat;
}
