/*Main Container*/
.hrzContainer3 {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
.test3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.test3 li{
	display: inline; 
	margin: 0px 5px 0px 5px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 70px;
	height: 380px;
	
}
.handle3 img{
width: 70px;
	height: 380px;

}
/*Content Container*/
.contentWrapper3{
	text-align: left;
	
}
.contentInnerWrapper3{
	padding: 15px;
}

/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	
	float: left;	
	
	height: 310px;
}

