.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 415px;	
	overflow:hidden;
	
}

.container3 {
	width:728px;
	height:415px;
	margin-top:-5px;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 40px;
	height: 425px;
	text-align:center;

	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
}
.handleOver3{
	
	background: red;
	border: 1px solid white;
	cursor:pointer;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 10px;
	height:410px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #000000;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 415px;	
	overflow:hidden;
}

