/*EXTRAS*/
.contentWrapper h3{
	background-color: #dfdfdf;	
}
/*p{
	padding: 10px;
}
*/

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:726px;
	text-align: center;
}
.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: 179px;
	text-align:center;
	margin: 2px;
}
.handle3 img{

}
.handleOver3{
	
	background: white;
}
.handleOver3 img{

	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
	
}
.contentInnerWrapper3{
	padding: 2px;
	width: 590px;
	height: 179px;
}
.contentWrapper3 h3{
	color: #1E90FF;
}
.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 179px;	
	overflow:hidden;
}

/*  TEST 4  */
/*.test4 .handle {
	float: left;
	width: 25px;
	height: 179px;
	text-align:center;
	padding-top:10px;
	font-weight: bold;
	color: #9e9e9e;
	font-size: 16px;
}
.test4 .handleOver{	

}
.test4 .handleSelected{
	

}
