/*Main Container*/
.hrzContainer {
	width:650px;
	height:208px;
	/*border:1px solid #e5e5e5;*/
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle {
	float: right;
	width: 38px;
	height: 206px;
	margin: 0px;
	/*margin-right: -4px;	*/
	vertical-align:middle;
	text-align:center;
	/*background:  url(../images/qw.jpg);*/
	cursor:pointer;


}

.handleOver{	
	/*background: url(../images/qw.jpg);*/
	/*background:#558EA9;		*/

}
.handleSelected{	
	/*background: url(../design-netgains-images/two.jpg);*/
	/*background:#558EA9;	*/
	
}

.handle1Selected{	
	background: url(../design-netgains-images/two.jpg);
	/*background:#558EA9;	*/
	
}

/*Content Container*/
.contentWrapper
{
	width: 640px;
}
.contentInnerWrapper{
	text-align: justify;
	padding: 0px;
	
}
.contentWrapper h3{
	border-bottom: 1px solid silver;
	color: #d60018;
	font-family:Verdana;
	font-weight:normal;
}
/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: right;
	width:0px;
	height: 210px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding: 0px;
	float: left;	
	width:660px;
	height: 210px;
}

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