/*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: 38px;
	height: 310px;
	margin: 1px;
	margin-right: -10px;
	background:  url(/fx/fxassets/wizard_assets/fxStatic/images/Projects/Horizontal_Accordion/images/blade.png) no-repeat;
}
.handleOver{	
	background: url(/fx/fxassets/wizard_assets/fxStatic/images/Projects/Horizontal_Accordion/images/blade_sel.png) no-repeat;
}
.handleSelected{
	
	background: url(/fx/fxassets/wizard_assets/fxStatic/images/Projects/Horizontal_Accordion/images/blade_sel.png) no-repeat;
}
/*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: 310px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding-left: 24px;
	float: left;	
	width:660px;
	height: 310px;
}

#test3Handle0 {
background-image:url(../images/arts-entertainment.gif);
background-repeat:no-repeat;
height:314px;
width:21px;
} 

#test3Handle0.handleSelected3 {
background-image:url(../images/arts-entertainment-on.gif);
background-repeat:no-repeat;
height:314px;
width:21px;
}

#test3Handle1 {
background-image:url(../images/dining.gif);
background-repeat:no-repeat;
height:314px;
width:21px;
} 

#test3Handle1.handleSelected3 {
background-image:url(../images/dining-on.gif);
background-repeat:no-repeat;
height:314px;
width:21px;
}

#test3Handle2 {
background-image:url(../images/shopping.gif);
background-repeat:no-repeat;
height:314px;
width:21px;
} 

#test3Handle2.handleSelected3 {
background-image:url(../images/shopping-on.gif);
background-repeat:no-repeat;
height:314px;
width:21px;
}

#test3Handle3 {
background-image:url(../images/services.gif);
background-repeat:no-repeat;
height:314px;
width:21px;
} 

#test3Handle3.handleSelected3 {
background-image:url(../images/services-on.gif);
background-repeat:no-repeat;
height:314px;
width:21px;
}

/*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: 21px;
	height: 314px;
	text-align:center;
}

.handle-left a,
.handle-right a {
	color: #464646;
}

.handle-left {
float: left;
width: 225px;
padding: 10px;
}

.handle-right {
width: 170px;
padding: 10px;
float: right
}


/*Content Container*/

.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 314px;	
	overflow:hidden;
	background-color:#ebebe3;
}
/*Animation End*/
.contentEnd3 {
	
	float: left;	
	
	height: 314px;
}

