/*Main Container*/
.hrzContainer {
	width:1115px;
	height: 311px;
	margin: 10px 0px 0px 57px;
}
.hrzContainer ul{
	margin: 0px;
	padding:10px;	
	list-style-type:none;
	
}
.hrzContainer li{
	display: inline; 
	margin: 10px 0px 0px 0px;
	padding:0px;
	list-style: none;
}
/*Handle*/

.handle {
	width: 35px;
	height: 300px;	
	margin: 0;
	padding: 0;
}

#horzAccordionHandle0, #horzAccordionHandle1, #horzAccordionHandle2, #horzAccordionHandle3, #horzAccordionHandle4, #horzAccordionHandle5 {
	float: left;
	margin: 1px;
	margin-right: -15px;
}

#horzAccordionHandle0 {
	background:  url(../images/handle1.jpg) no-repeat;
}
#horzAccordionHandle1 {
	background:  url(../images/handle2.jpg) no-repeat;
}
#horzAccordionHandle2 {
	background:  url(../images/handle3.jpg) no-repeat;
}
#horzAccordionHandle3 {
	background:  url(../images/handle4.jpg) no-repeat;
}
#horzAccordionHandle4 {
	background:  url(../images/handle5.jpg) no-repeat;
	
}

#horzAccordionHandle5 {
	background:  url(../images/handle6.jpg) no-repeat;
}


.handleOver{	
	background: url() no-repeat;
	background-color: #ddd;
}
.handleSelected{
	background: url() no-repeat;
	background-color: #ddd;
	
}
/*Content Container*/
.contentWrapper{
	width: 80px;
}
.contentInnerWrapper{
	text-align: justify;
	/* padding often creates padding */
	padding-top: 1px;
	padding-left: 0px;
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: #282941;
	margin: 0px 0px 0px 10px;
}
/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding-left: 4px;
	float: left;	
	width: 80px;
	height: 310px;
}

/*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: 64px;
	height: 314px;
	text-align:center;
	background: #666;
	border: 1px solid white;
}
.handle3 img{
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	background: red;
	border: 1px solid white;
}
.handleOver3 img{
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	background: #000;
	border: 1px solid white;
}
/*Content Container*/
.contentWrapper3{
	text-align: justify;
}
.contentInnerWrapper3{
	padding: 10px;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 310px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {	
	float: left;	
	height: 310px;
}

