
/*Content Container*/
.contentWrapper{	
	width: 900px;

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

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

/*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: 45px;
	height: 212px;
	text-align:center;

	background: #666666;
}
.handle3 img{
	margin-top:0px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.handleOver3{
	
	background: red;
}
.handleOver3 img{
	margin-top:0px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}
.handleSelected3{
	
	background: #000;
}

.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 212px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd3 {	
	float: left;	
	height: 212px;
}
	body {
	padding: 0px;
}

