.test3{
	display: none;
}

#banner{
border:2px solid #747474; margin-bottom:10px; height:228px; clear:both; width:471px;
}

.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 228px;	
	overflow:hidden;
}

/*Main Container*/
.container3 {
	width:100%;
	clear:both;
	height:228px;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width:25px;
	height: 228px;
	text-align:center;
	cursor:pointer;
}
.handle3 img{
/*	margin-top:2px;*/
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	background:#035167;
/*	border: 1px solid white;*/
}
.handleOver3 img{
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

.handleSelected3 img{
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

.handleSelected3{
	background: #000;
}

/*Content Container*/
.contentWrapper3{
	text-align: center;
	
}
.contentInnerWrapper3{
	padding:0px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}

/*  TEST 4  */

.test4 .handle {
	float: left;
	width: 32px;
	height: 310px;
	margin: 1px;
	
	background:  url(blade_gr.png) no-repeat;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	color: #9e9e9e;
	font-size: 16px;
}
.test4 .contentContainer{
background:  url(blade_gs.png) repeat-x;
}
.test4 .handleOver{	
	background: url(blade_gt.png) no-repeat;
}
.test4 .handleSelected{
	
	background: url(blade_gt.png) no-repeat;
}
.test4 .handleInnerWrapper{
padding-top: 149px;
}