/*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: 44px;
	height: 474px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../images/balken_inaktiv.jpg) no-repeat;
}
.handleOver{	
	background: url(../images/balken_aktiv.jpg) no-repeat;
}
.handleSelected{
	background: url(../images/balken_aktiv.jpg) no-repeat;
}
/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 474px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding-left: 24px;
	float: left;	
	width: 678px;
	height: 474px;
}