/* hide container until all is ready */
.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-top:3px;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
	
}
.contentWrapper{
	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
	
}
/* Handle*/
.handle{
	float: left;
	width: 38px;
	height: 310px;
	margin: 1px;
	margin-right: -10px;
	background:  url(images/history show/blade.png) no-repeat;
	
	
}
.handleOver{	
	background: url(images/history show/blade_sel.png) no-repeat;
	
}
.handleSelected{	
	background: url(images/history show/blade_sel.png) no-repeat;
	
}

/*EXTRAS*/
.contentWrapper h3{
	border-bottom: 1px solid silver;
	background-color: #666;
	font-size: 14px;
	text-align: center;
}
p{
	padding: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size:12px;
}

/*  TEST 4  */

.test4 .handle {
	float: left;
	width: 32px;
	height: 310px;
	margin: 1px;
	background:  url(images/blade_grey.png) no-repeat;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	color: #9e9e9e;
	font-size: 12px;
	
}
.test4 .handleOver{	
	background: url(images/blade_grey_sel.png) no-repeat;
}
.test4 .handleSelected{
	
	background: url(images/blade_grey_sel.png) no-repeat;
}
.test4 .handleInnerWrapper{
padding-top: 149px;
}

