.container	
	{
		background: url(../images/box_feature.png);
		width:610px;
		height:258px;
		overflow:hidden;
		margin:auto;
	}
	.selector
	{
		background: url(../images/box_feature_hl.png);
	}			
	.hovering
	{
		background: url(../images/box_feature_mo.png);
		opacity: 0.5;	
	}						
	.container .TabMenuHL
	{
		position: relative;
		top: 2px;
		left: 2px;
		z-index: 10;
		cursor:hand;
		text-align:left;
	}
	.container .TabMenuHL span
	{
		display: inline-block;
		width: 135px;
		height: 35px;				
		margin: 0px;
		padding:0px;
		text-align:center;
	}
	.container .ContentFrame
	{
		width: 600px;
		height: 206px;
		left: 0px;
		top:7px;
		position: relative;
		overflow:hidden;
	}			
	.container .ContentFrame .AllTabs
	{
		position: relative;	
		left:0px;		
		top:0px;
		width: 2510px;
		height: 206px;
		overflow:hidden;
		text-align:left;
	}
	.container .ContentFrame .AllTabs .TabContent
	{
		width:601px;
		height: 204px;
		margin-right:20px;
		text-align: justify;
		float:left;
		overflow:hidden; 
		text-align:left;
		/* overflow:hidden;  scroll*/				
	}
