/*EXTRAS*/
.contentWrapper h3{
	border-bottom: 1px solid silver;
	background-color: #dfdfdf;	
}

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:300px;
	height:140px;
	clear:none;
	float:none;
}
.container3 ul{
	width:300px;
	list-style: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	margin: 0px;
	padding:0px;
	display: inline;
	list-style:none;
}
/*Handle*/
.handle3 {
	float: left;
	width: 20px;
	overflow:visible;
	display:block;
	height: 100px;
	text-align:left;
	padding-top: 30px;
}
.handle31 {
	float: left;
	width: 33px;
	height: 55px;
	text-align:center;
	background: #666;
}

/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 10px;
}

.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 100px;	
	overflow:hidden;
}

/*  TEST 4  */
.test4 .handle {
	float: left;
	width: 32px;
	height: 100px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../images/blade_grey.png) no-repeat;
	text-align:center;
	padding-top:10px;
}
.test4 .handleOver{	
	background: url(../images/blade_grey_sel.png) no-repeat;
}
.test4 .handleSelected{
	
	background: url(../images/blade_grey_sel.png) no-repeat;
}
