/*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: 40px;
	height: 448px;
	background-color:  #bbb4ab;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	margin: 0 -10px 0 0;
}

.handleOver {	
	background-color:  #9a8c7f;
}

.handleSelected {
	
	background-color: #9a8c7f;
}

/*Content Container*/
.contentWrapper {
	width: 640px;
}

.contentInnerWrapper {
	text-align: justify;
	padding: 10px;
}

.contentWrapper h3 {
	border-bottom: 1px solid silver;
	color: rgb(172, 194, 112);
}

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

/*Animation End*/
.contentEnd {
	padding-left: 24px;
	float: left;	
	width:600px;
	height: 448px;
}

/*Main Container*/
.hrzContainer3 {
	width:100%;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding: 0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 40px;
	height: 398px;
	background-color:  #bbb4ab;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	margin:0 0 0 0;
}

.handle4 {
	float: left;
	width: 40px;
	height: 398px;
	background-color: #0066FF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	margin:0 0 0 0;
}

.handleOver3{
	background-color:  #9a8c7f;
}

.handleSelected3{
	background-color:  #9a8c7f;
}

/*Content Container*/
.contentWrapper3{
	text-align: left;
	
}
.contentInnerWrapper3{
	padding: 30px;
}
.contentWrapper3 h3{
	/*border-bottom: 1px solid silver;*/
	color: #9a8c7f;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
	margin:0 0 24px 0;
	line-height:26px;
	
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0;	
	float: left;
	width: 0;
	height: 400px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	float: left;		
	height: 400px;
}

