/*EXTRAS*/
/* hide container until all is ready */
.pageHow, .pageCommercial, .pageFeatures, .pageBrand {
	display: none;
}

/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 510px;	
	overflow:hidden;
}


/*  TEST 3  */

/*Main Container*/
.container3 {
	/*width:603px;*/  /*  Disable width and use fixed width setting in js file so it works in IE6 */
	height:479px;
	color:#FFF;
	float:left;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 36px;
	height: 510px;
	text-align:center;

	background: #ffcc00;
	border-left: 1px solid black;
	/*border-right: 1px solid black;*/
}
.handle3 img{
	margin-top:0px;

}
.handleOver3{
	border-left: 1px solid #666666;
	/*border-right: 1px solid #666666;*/
}
.handleOver3 img{
	margin-top:0px;

}
.handleSelected3{
	
	background: #616161;
	border-left: 1px solid black;
	/*border-right: 1px solid black;*/
}
/*Content Container*/
.contentWrapper3{
	text-align: left;
	
}
.contentInnerWrapper3{
	padding:40px 10px 10px 30px;
}
.contentWrapper3 h3{
	/*border-bottom: 1px solid silver;*/
	color: #1E90FF;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 510px;	
	overflow:hidden;
}

