/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
clear:both;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;	
	height:160px;
	margin-top:10px;
	background-color:#8efce2;
}
.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;
	height: 160px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	font-style:normal;
	padding: 5px;
}
/* Handle*/
.handle{
	float: left;
	width: 160px;
	height: 160px;
	margin: 1px;
	/*margin-right: -10px;*/
	background:  url(../images/blade.png) no-repeat;
}
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{	
	background: url(../images/blade_sel.png) no-repeat;
}
