/*Main Container*/
.slide_holder {
	background: url(../images/tab_end.png) no-repeat right;	
	padding-top:3px;
}
.hrzContainer3 {
	width:958px;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
	float: left;
	width: 135px;
	cursor:pointer;
	height: 170px;
}
.first {
	width: 143px;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 170px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {
	float: left;	
	height: 170px;
}
