/*Main Container*/
.hrzContainer {
	width:100%;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
		
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
	
}
/*Handle*/
.handle {
	float: left;
	width: 53px;
	height: 460px;
	margin: 0px;
	margin-right: 0px;
	cursor:pointer;	
}
/*
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{
	
	background: url(../images/blade_sel.png) no-repeat;
}
*/
/*Content Container*/
.contentWrapper{
	text-align: justify;
	padding-left: 0px;
	width: 715px;
}

/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width: 0px;
	height:460px;
	overflow:hidden;


}
/*Animation End*/
.contentEnd {
	padding-left: 0px;
	float: left;	
	width: 860px;
	height:460px;
}
