/*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: 100px;
	height: 350px;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	cursor: pointer;
}

.handleOver{	
}

.handleSelected{
}

/*Content Container*/

.contentWrapper{	
	width: 400px;
}

.contentInnerWrapper{
	text-align: justify;
}

/*Animation Start*/

.contentStart {
	padding-left: 0px;
	float: left;
	width:0px;
	height: 350px;	
	overflow:hidden;
}

/*Animation End*/

.contentEnd {
	padding-left: 0px;
	float: left;	
	width:200px;
	height: 350px;
}