
/*  TEST 3  */

/*Main Container*/
.container3 {
	width:100%;
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	

}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 177px;
	height: 178px;
	text-align:center;
	background: #65696c;
}
.handle3 img{
	width: 177px;
	height: 178px;
}
.handleOver3{
	cursor: hand; 
	cursor: pointer;
}
.handleOver3 img{
float:left;
}
.handleSelected3{
	
	background: #000;
}
/*Content Container*/
.contentWrapper3{
	text-align: left;

}
.contentInnerWrapper3{

}

.contentContainer3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 178px;	
	overflow:hidden;
}
